#912587

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

Shades of Dark Purple #912587

Tints of Dark Purple #912587

Color information

#912587 (or 0x912587) is unknown color: approx Dark Purple. HEX triplet: 91, 25 and 87. RGB value is (145,37,135). Sum of RGB (Red+Green+Blue) = 145+37+135=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #912587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912587 is #6EDA78. Grayscale: #505050. Windows color (decimal): -7264889 or 8856977. OLE color: 8856977.

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

Color convert

RGB14537135-
CMYK00.740.070.43
HSL305.56º59.34%35.69%-
HSV(B)305.56º74.48%56.86%-
XYZ16.719.0923.8-
YUV80.46158.78174.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.74%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=45.74%
G=11.67%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453713500.740.070.43305.5659.3435.69
Hex91258704A72B1323b24
Octal2214520701127534627344
Binary100100011001011000011101001010111101011100110010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912587; }

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

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

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

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

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

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

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

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