#911E8C

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

Shades of Dark Purple #911E8C

Tints of Dark Purple #911E8C

Color information

#911E8C (or 0x911E8C) is unknown color: approx Dark Purple. HEX triplet: 91, 1E and 8C. RGB value is (145,30,140). Sum of RGB (Red+Green+Blue) = 145+30+140=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #911E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911E8C is #6EE173. Grayscale: #4C4C4C. Windows color (decimal): -7266676 or 9182865. OLE color: 9182865.

HSL color Cylindrical-coordinate representation of color #911E8C: hue angle of 302.61º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911E8C is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14530140-
CMYK00.790.030.43
HSL302.61º65.71%34.31%-
HSV(B)302.61º79.31%56.86%-
XYZ16.878.8425.63-
YUV76.92163.6176.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 30 (12.11% from 255) = 9.52%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=46.03%
G=9.52%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1453014000.790.030.43302.6165.7134.31
Hex911E8C04F32B12f4222
Octal22136214011735345710242
Binary10010001111101000110001001111111010111001011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911E8C; }

 p { color: rgb(145,30,140); }

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

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

 a { background-color: rgb(145,30,140); }

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

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

 span { border-color: rgb(145,30,140); }

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