#911D83

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

Shades of Dark Purple #911D83

Tints of Dark Purple #911D83

Color information

#911D83 (or 0x911D83) is unknown color: approx Dark Purple. HEX triplet: 91, 1D and 83. RGB value is (145,29,131). Sum of RGB (Red+Green+Blue) = 145+29+131=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #911D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D83 is #6EE27C. Grayscale: #4B4B4B. Windows color (decimal): -7266941 or 8592785. OLE color: 8592785.

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

Color convert

RGB14529131-
CMYK00.80.100.43
HSL307.24º66.67%34.12%-
HSV(B)307.24º80%56.86%-
XYZ16.218.5422.27-
YUV75.31159.43177.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=47.54%
G=9.51%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452913100.80.100.43307.2466.6734.12
Hex911D83050A2B1334322
Octal221352030120125346310342
Binary1001000111101100000110101000010101010111001100111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,29,131); }

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

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

 a { background-color: rgb(145,29,131); }

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

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

 span { border-color: rgb(145,29,131); }

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