#912978

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

Shades of Dark Purple #912978

Tints of Dark Purple #912978

Color information

#912978 (or 0x912978) is unknown color: approx Dark Purple. HEX triplet: 91, 29 and 78. RGB value is (145,41,120). Sum of RGB (Red+Green+Blue) = 145+41+120=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #912978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912978 is #6ED687. Grayscale: #505050. Windows color (decimal): -7263880 or 7874961. OLE color: 7874961.

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

Color convert

RGB14541120-
CMYK00.720.170.43
HSL314.42º55.91%36.47%-
HSV(B)314.42º71.72%56.86%-
XYZ15.868.9618.66-
YUV81.1149.96173.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=47.39%
G=13.40%
B=39.22%

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
Decimal1454112000.720.170.43314.4255.9136.47
Hex912978048112B13a3824
Octal22151170011021534727044
Binary1001000110100111110000100100010001101011100111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912978; }

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

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

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

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

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

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

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

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