#912183

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

Shades of Dark Purple #912183

Tints of Dark Purple #912183

Color information

#912183 (or 0x912183) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 83. RGB value is (145,33,131). Sum of RGB (Red+Green+Blue) = 145+33+131=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #912183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912183 is #6EDE7C. Grayscale: #4D4D4D. Windows color (decimal): -7265917 or 8593809. OLE color: 8593809.

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

Color convert

RGB14533131-
CMYK00.770.100.43
HSL307.5º62.92%34.9%-
HSV(B)307.5º77.24%56.86%-
XYZ16.328.7522.3-
YUV77.66158.11176.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=46.93%
G=10.68%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453313100.770.100.43307.562.9234.9
Hex91218304DA2B1343f23
Octal22141203011512534647743
Binary1001000110000110000011010011011010101011100110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912183; }

 p { color: rgb(145,33,131); }

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

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

 a { background-color: rgb(145,33,131); }

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

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

 span { border-color: rgb(145,33,131); }

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