#912787

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

Shades of Dark Purple #912787

Tints of Dark Purple #912787

Color information

#912787 (or 0x912787) is unknown color: approx Dark Purple. HEX triplet: 91, 27 and 87. RGB value is (145,39,135). Sum of RGB (Red+Green+Blue) = 145+39+135=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #912787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912787 is #6ED878. Grayscale: #515151. Windows color (decimal): -7264377 or 8857489. OLE color: 8857489.

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

Color convert

RGB14539135-
CMYK00.730.070.43
HSL305.66º57.61%36.08%-
HSV(B)305.66º73.1%56.86%-
XYZ16.789.2223.82-
YUV81.64158.12173.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 12.23%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=45.45%
G=12.23%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453913500.730.070.43305.6657.6136.08
Hex91278704972B1323a24
Octal2214720701117534627244
Binary100100011001111000011101001001111101011100110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912787; }

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

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

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

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

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

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

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

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