#912979

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

Shades of Dark Purple #912979

Tints of Dark Purple #912979

Color information

#912979 (or 0x912979) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 79. RGB value is (145,41,121). Sum of RGB (Red+Green+Blue) = 145+41+121=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #912979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912979 is #6ED686. Grayscale: #515151. Windows color (decimal): -7263879 or 7940497. OLE color: 7940497.

HSL color Cylindrical-coordinate representation of color #912979: hue angle of 313.85º degrees, saturation: 0.56, 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 #912979 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14541121-
CMYK00.720.170.43
HSL313.85º55.91%36.47%-
HSV(B)313.85º71.72%56.86%-
XYZ15.928.9918.98-
YUV81.22150.46173.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=47.23%
G=13.36%
B=39.41%

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
Decimal1454112100.720.170.43313.8555.9136.47
Hex912979048112B13a3824
Octal22151171011021534727044
Binary1001000110100111110010100100010001101011100111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912979; }

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

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

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

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

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

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

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

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