#912879

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

Shades of Dark Purple #912879

Tints of Dark Purple #912879

Color information

#912879 (or 0x912879) is unknown color: approx Dark Purple. HEX triplet: 91, 28 and 79. RGB value is (145,40,121). Sum of RGB (Red+Green+Blue) = 145+40+121=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912879 is #6ED786. Grayscale: #505050. Windows color (decimal): -7264135 or 7940241. OLE color: 7940241.

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

Color convert

RGB14540121-
CMYK00.720.170.43
HSL313.71º56.76%36.27%-
HSV(B)313.71º72.41%56.86%-
XYZ15.898.9218.97-
YUV80.63150.79173.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=47.39%
G=13.07%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454012100.720.170.43313.7156.7636.27
Hex912879048112B13a3924
Octal22150171011021534727144
Binary1001000110100011110010100100010001101011100111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912879; }

 p { color: rgb(145,40,121); }

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

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

 a { background-color: rgb(145,40,121); }

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

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

 span { border-color: rgb(145,40,121); }

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