Html Css Color HEX #90199B Dark Magenta

📋 copy color: '#90199B'

red 144 ◦ green 25 ◦ blue 155

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

Shades of Dark Magenta #90199B

Tints of Dark Magenta #90199B

RGB

 RED value IS 144 (56.64% from 255) = 44.44%

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

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

R = 44.44%
G = 7.72%
B = 47.84%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90199B (or 0x90199B) is known color: Dark Magenta. HEX triplet: 90, 19 and 9B. RGB value is (144,25,155). Sum of RGB (Red+Green+Blue) = 144+25+155=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #90199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90199B is #6FE664. Grayscale: #4B4B4B. Windows color (decimal): -7333477 or 10164624. OLE color: 10164624.

HSL color Cylindrical-coordinate representation of color #90199B: hue angle of 294.92º 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 #90199B is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 25 155 -
CMYK 0.07 0.84 0 0.39
HSL 294.92º 0.72% 0.35% -
HSV(B) 294.92º 0.84% 0.61% -
XYZ 17.77 8.99 31.81 -
YUV 75.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 144 25 155 0.07 0.84 0 0.39 294.92 0.72 0.35
Hex 90 19 9B 7 54 0 27 127 48 23
Octal 220 31 233 7 124 0 47 447 110 43
Binary 10010000 11001 10011011 111 1010100 0 100111 100100111 1001000 100011

Color Harmonies of #90199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90199B

Black with #90199B

Text Example


Text Example

White with #90199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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