Html Css Color HEX #90169B Dark Magenta

📋 copy color: '#90169B'

red 144 ◦ green 22 ◦ blue 155

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

Shades of Dark Magenta #90169B

Tints of Dark Magenta #90169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 44.86%
G = 6.85%
B = 48.29%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90169B (or 0x90169B) is known color: Dark Magenta. HEX triplet: 90, 16 and 9B. RGB value is (144,22,155). Sum of RGB (Red+Green+Blue) = 144+22+155=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #90169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90169B is #6FE964. Grayscale: #494949. Windows color (decimal): -7334245 or 10163856. OLE color: 10163856.

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

Color convert

RGB 144 22 155 -
CMYK 0.07 0.86 0 0.39
HSL 295.04º 0.75% 0.35% -
HSV(B) 295.04º 0.86% 0.61% -
XYZ 17.7 8.87 31.79 -
YUV 73.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 144 22 155 0.07 0.86 0 0.39 295.04 0.75 0.35
Hex 90 16 9B 7 56 0 27 127 4B 23
Octal 220 26 233 7 126 0 47 447 113 43
Binary 10010000 10110 10011011 111 1010110 0 100111 100100111 1001011 100011

Color Harmonies of #90169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90169B

Black with #90169B

Text Example


Text Example

White with #90169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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