#91186D

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

Shades of Dark Purple #91186D

Tints of Dark Purple #91186D

Color information

#91186D (or 0x91186D) is unknown color: approx Dark Purple. HEX triplet: 91, 18 and 6D. RGB value is (145,24,109). Sum of RGB (Red+Green+Blue) = 145+24+109=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91186D is #6EE792. Grayscale: #454545. Windows color (decimal): -7268243 or 7149713. OLE color: 7149713.

HSL color Cylindrical-coordinate representation of color #91186D: hue angle of 317.85º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91186D is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14524109-
CMYK00.830.250.43
HSL317.85º71.6%33.14%-
HSV(B)317.85º83.45%56.86%-
XYZ14.767.7815.19-
YUV69.87150.09181.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.16%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=52.16%
G=8.63%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452410900.830.250.43317.8571.633.14
Hex91186D053192B13e4821
Octal221301550123315347611041
Binary1001000111000110110101010011110011010111001111101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91186D; }

 p { color: rgb(145,24,109); }

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

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

 a { background-color: rgb(145,24,109); }

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

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

 span { border-color: rgb(145,24,109); }

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