#912186

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

Shades of Dark Purple #912186

Tints of Dark Purple #912186

Color information

#912186 (or 0x912186) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 86. RGB value is (145,33,134). Sum of RGB (Red+Green+Blue) = 145+33+134=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #912186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912186 is #6EDE79. Grayscale: #4D4D4D. Windows color (decimal): -7265914 or 8790417. OLE color: 8790417.

HSL color Cylindrical-coordinate representation of color #912186: hue angle of 305.89º 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 #912186 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14533134-
CMYK00.770.080.43
HSL305.89º62.92%34.9%-
HSV(B)305.89º77.24%56.86%-
XYZ16.528.8323.39-
YUV78159.61175.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.47%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 134 (52.73% from 255) = 42.95%
R=46.47%
G=10.58%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453313400.770.080.43305.8962.9234.9
Hex91218604D82B1323f23
Octal22141206011510534627743
Binary1001000110000110000110010011011000101011100110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912186; }

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

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

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

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

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

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

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

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