#912086

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

Shades of Dark Purple #912086

Tints of Dark Purple #912086

Color information

#912086 (or 0x912086) is unknown color: approx Dark Purple. HEX triplet: 91, 20 and 86. RGB value is (145,32,134). Sum of RGB (Red+Green+Blue) = 145+32+134=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #912086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912086 is #6EDF79. Grayscale: #4D4D4D. Windows color (decimal): -7266170 or 8790161. OLE color: 8790161.

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

Color convert

RGB14532134-
CMYK00.780.080.43
HSL305.84º63.84%34.71%-
HSV(B)305.84º77.93%56.86%-
XYZ16.58.7723.38-
YUV77.41159.94176.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 32 (12.89% from 255) = 10.29%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=46.62%
G=10.29%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453213400.780.080.43305.8463.8434.71
Hex91208604E82B1324023
Octal221402060116105346210043
Binary10010001100000100001100100111010001010111001100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912086; }

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

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

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

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

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

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

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

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