Html Css Color HEX #90149B Dark Magenta

📋 copy color: '#90149B'

red 144 ◦ green 20 ◦ blue 155

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

Shades of Dark Magenta #90149B

Tints of Dark Magenta #90149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

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

R = 45.14%
G = 6.27%
B = 48.59%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90149B (or 0x90149B) is known color: Dark Magenta. HEX triplet: 90, 14 and 9B. RGB value is (144,20,155). Sum of RGB (Red+Green+Blue) = 144+20+155=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #90149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90149B is #6FEB64. Grayscale: #484848. Windows color (decimal): -7334757 or 10163344. OLE color: 10163344.

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

Color convert

RGB 144 20 155 -
CMYK 0.07 0.87 0 0.39
HSL 295.11º 0.77% 0.34% -
HSV(B) 295.11º 0.87% 0.61% -
XYZ 17.67 8.8 31.78 -
YUV 72.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 144 20 155 0.07 0.87 0 0.39 295.11 0.77 0.34
Hex 90 14 9B 7 57 0 27 127 4D 22
Octal 220 24 233 7 127 0 47 447 115 42
Binary 10010000 10100 10011011 111 1010111 0 100111 100100111 1001101 100010

Color Harmonies of #90149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90149B

Black with #90149B

Text Example


Text Example

White with #90149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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