#912586

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

Shades of Dark Purple #912586

Tints of Dark Purple #912586

Color information

#912586 (or 0x912586) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 86. RGB value is (145,37,134). Sum of RGB (Red+Green+Blue) = 145+37+134=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #912586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912586 is #6EDA79. Grayscale: #505050. Windows color (decimal): -7264890 or 8791441. OLE color: 8791441.

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

Color convert

RGB14537134-
CMYK00.740.080.43
HSL306.11º59.34%35.69%-
HSV(B)306.11º74.48%56.86%-
XYZ16.649.0623.43-
YUV80.35158.28174.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 37 (14.84% from 255) = 11.71%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=45.89%
G=11.71%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453713400.740.080.43306.1159.3435.69
Hex91258604A82B1323b24
Octal22145206011210534627344
Binary1001000110010110000110010010101000101011100110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912586; }

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

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

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

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

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

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

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

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