#91189D

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

Shades of Dark Magenta #91189D

Tints of Dark Magenta #91189D

Color information

#91189D (or 0x91189D) is unknown color: approx Dark Magenta. HEX triplet: 91, 18 and 9D. RGB value is (145,24,157). Sum of RGB (Red+Green+Blue) = 145+24+157=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #91189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91189D is #6EE762. Grayscale: #4A4A4A. Windows color (decimal): -7268195 or 10295441. OLE color: 10295441.

HSL color Cylindrical-coordinate representation of color #91189D: hue angle of 294.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91189D is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14524157-
CMYK0.080.8500.38
HSL294.59º73.48%35.49%-
HSV(B)294.59º84.71%61.57%-
XYZ18.099.1132.7-
YUV75.34174.09177.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=44.48%
G=7.36%
B=48.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145241570.080.8500.38294.5973.4835.49
Hex91189D8550261274923
Octal221302351012504644711143
Binary1001000111000100111011000101010101001101001001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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