#912176

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

Shades of Dark Purple #912176

Tints of Dark Purple #912176

Color information

#912176 (or 0x912176) is unknown color: approx Dark Purple. HEX triplet: 91, 21 and 76. RGB value is (145,33,118). Sum of RGB (Red+Green+Blue) = 145+33+118=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #912176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912176 is #6EDE89. Grayscale: #4B4B4B. Windows color (decimal): -7265930 or 7741841. OLE color: 7741841.

HSL color Cylindrical-coordinate representation of color #912176: hue angle of 314.46º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912176 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14533118-
CMYK00.770.190.43
HSL314.46º62.92%34.9%-
HSV(B)314.46º77.24%56.86%-
XYZ15.498.4217.95-
YUV76.18151.61177.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=48.99%
G=11.15%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453311800.770.190.43314.4662.9234.9
Hex91217604D132B13a3f23
Octal22141166011523534727743
Binary1001000110000111101100100110110011101011100111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912176; }

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

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

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

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

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

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

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

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