#912368

Color #912368 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #912368

Tints of Dark Purple #912368

Color information

#912368 (or 0x912368) is unknown color: approx Dark Purple. HEX triplet: 91, 23 and 68. RGB value is (145,35,104). Sum of RGB (Red+Green+Blue) = 145+35+104=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #912368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912368 is #6EDC97. Grayscale: #4B4B4B. Windows color (decimal): -7265432 or 6824849. OLE color: 6824849.

HSL color Cylindrical-coordinate representation of color #912368: hue angle of 322.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912368 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14535104-
CMYK00.760.280.43
HSL322.36º61.11%35.29%-
HSV(B)322.36º75.86%56.86%-
XYZ14.788.2213.9-
YUV75.76143.94177.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=51.06%
G=12.32%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453510400.760.280.43322.3661.1135.29
Hex91236804C1C2B1423d23
Octal22143150011434535027543
Binary1001000110001111010000100110011100101011101000010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912368; }

 p { color: rgb(145,35,104); }

 H1.HeaderClassName
 {
   color: #912368;
 }
 .AnyTagClassName
 {
   color: #912368;
 }
</style>
background-color css

<style>
 a { background-color: #912368; }

 a { background-color: rgb(145,35,104); }

 div.DivClassName
 {
   background-color: #912368;
 }
 .BgClassName
 {
   background-color: #912368;
 }
</style>
border-color css

<style>
 span { border-color: #912368; }

 span { border-color: rgb(145,35,104); }

 td.TdClassName
 {
   border-color: #912368;
 }
 .TagClassName
 {
   border-color: #912368;
 }
</style>