#91188A

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

Shades of Dark Purple #91188A

Tints of Dark Purple #91188A

Color information

#91188A (or 0x91188A) is unknown color: approx Dark Purple. HEX triplet: 91, 18 and 8A. RGB value is (145,24,138). Sum of RGB (Red+Green+Blue) = 145+24+138=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91188A is #6EE775. Grayscale: #484848. Windows color (decimal): -7268214 or 9050257. OLE color: 9050257.

HSL color Cylindrical-coordinate representation of color #91188A: hue angle of 303.47º 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 #91188A is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14524138-
CMYK00.830.050.43
HSL303.47º71.6%33.14%-
HSV(B)303.47º83.45%56.86%-
XYZ16.598.5124.81-
YUV73.18164.59179.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.23%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=47.23%
G=7.82%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452413800.830.050.43303.4771.633.14
Hex91188A05352B12f4821
Octal22130212012355345711041
Binary100100011100010001010010100111011010111001011111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91188A; }

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

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

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

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

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

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

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

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