#911998

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

Shades of Dark Magenta #911998

Tints of Dark Magenta #911998

Color information

#911998 (or 0x911998) is unknown color: approx Dark Magenta. HEX triplet: 91, 19 and 98. RGB value is (145,25,152). Sum of RGB (Red+Green+Blue) = 145+25+152=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #911998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911998 is #6EE667. Grayscale: #4A4A4A. Windows color (decimal): -7267944 or 9968017. OLE color: 9968017.

HSL color Cylindrical-coordinate representation of color #911998: hue angle of 296.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911998 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14525152-
CMYK0.050.8400.40
HSL296.69º71.75%34.71%-
HSV(B)296.69º83.55%59.61%-
XYZ17.698.9830.51-
YUV75.36171.26177.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=45.03%
G=7.76%
B=47.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145251520.050.8400.40296.6971.7534.71
Hex9119985540281294823
Octal22131230512405045111043
Binary100100011100110011000101101010001010001001010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911998; }

 p { color: rgb(145,25,152); }

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

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

 a { background-color: rgb(145,25,152); }

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

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

 span { border-color: rgb(145,25,152); }

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