#912E76

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

Shades of Dark Purple #912E76

Tints of Dark Purple #912E76

Color information

#912E76 (or 0x912E76) is unknown color: approx Dark Purple. HEX triplet: 91, 2E and 76. RGB value is (145,46,118). Sum of RGB (Red+Green+Blue) = 145+46+118=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #912E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912E76 is #6ED189. Grayscale: #535353. Windows color (decimal): -7262602 or 7745169. OLE color: 7745169.

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

Color convert

RGB14546118-
CMYK00.680.190.43
HSL316.36º51.83%37.45%-
HSV(B)316.36º68.28%56.86%-
XYZ15.929.2818.09-
YUV83.81147.3171.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=46.93%
G=14.89%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1454611800.680.190.43316.3651.8337.45
Hex912E76044132B13c3425
Octal22156166010423534746445
Binary1001000110111011101100100010010011101011100111100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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