Html Css Color HEX #91199B Dark Magenta

📋 copy color: '#91199B'

red 145 ◦ green 25 ◦ blue 155

#91199B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #91199B

Tints of Dark Magenta #91199B

RGB

 RED value IS 145 (57.03% from 255) = 44.62%

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 44.62%
G = 7.69%
B = 47.69%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#91199B (or 0x91199B) is known color: Dark Magenta. HEX triplet: 91, 19 and 9B. RGB value is (145,25,155). Sum of RGB (Red+Green+Blue) = 145+25+155=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #91199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91199B is #6EE664. Grayscale: #4B4B4B. Windows color (decimal): -7267941 or 10164625. OLE color: 10164625.

HSL color Cylindrical-coordinate representation of color #91199B: hue angle of 295.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91199B is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 25 155 -
CMYK 0.06 0.84 0 0.39
HSL 295.38º 0.72% 0.35% -
HSV(B) 295.38º 0.84% 0.61% -
XYZ 17.94 9.08 31.82 -
YUV 75.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 145 25 155 0.06 0.84 0 0.39 295.38 0.72 0.35
Hex 91 19 9B 6 54 0 27 127 48 23
Octal 221 31 233 6 124 0 47 447 110 43
Binary 10010001 11001 10011011 110 1010100 0 100111 100100111 1001000 100011

Color Harmonies of #91199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91199B

Black with #91199B

Text Example


Text Example

White with #91199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91199B; }

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

 H1.HeaderClassName
 {
   color: #91199B;
 }
 .AnyTagClassName
 {
   color: #91199B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #91199B;
 }
 .BgClassName
 {
   background-color: #91199B;
 }
</style>

border-color css

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

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

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