#912A76

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

Shades of Dark Purple #912A76

Tints of Dark Purple #912A76

Color information

#912A76 (or 0x912A76) is unknown color: approx Dark Purple. HEX triplet: 91, 2A and 76. RGB value is (145,42,118). Sum of RGB (Red+Green+Blue) = 145+42+118=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #912A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912A76 is #6ED589. Grayscale: #515151. Windows color (decimal): -7263626 or 7744145. OLE color: 7744145.

HSL color Cylindrical-coordinate representation of color #912A76: hue angle of 315.73º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912A76 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14542118-
CMYK00.710.190.43
HSL315.73º55.08%36.67%-
HSV(B)315.73º71.03%56.86%-
XYZ15.788.9818.04-
YUV81.46148.62173.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=47.54%
G=13.77%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454211800.710.190.43315.7355.0836.67
Hex912A76047132B13c3725
Octal22152166010723534746745
Binary1001000110101011101100100011110011101011100111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912A76; }

 p { color: rgb(145,42,118); }

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

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

 a { background-color: rgb(145,42,118); }

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

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

 span { border-color: rgb(145,42,118); }

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