Html Css Color HEX #90149D Dark Magenta

📋 copy color: '#90149D'

red 144 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #90149D

Tints of Dark Magenta #90149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 44.86%
G = 6.23%
B = 48.91%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90149D (or 0x90149D) is known color: Dark Magenta. HEX triplet: 90, 14 and 9D. RGB value is (144,20,157). Sum of RGB (Red+Green+Blue) = 144+20+157=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #90149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90149D is #6FEB62. Grayscale: #484848. Windows color (decimal): -7334755 or 10294416. OLE color: 10294416.

HSL color Cylindrical-coordinate representation of color #90149D: hue angle of 294.31º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90149D is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 20 157 -
CMYK 0.08 0.87 0 0.38
HSL 294.31º 0.77% 0.35% -
HSV(B) 294.31º 0.87% 0.62% -
XYZ 17.84 8.86 32.67 -
YUV 72.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 144 20 157 0.08 0.87 0 0.38 294.31 0.77 0.35
Hex 90 14 9D 8 57 0 26 126 4D 23
Octal 220 24 235 10 127 0 46 446 115 43
Binary 10010000 10100 10011101 1000 1010111 0 100110 100100110 1001101 100011

Color Harmonies of #90149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90149D

Black with #90149D

Text Example


Text Example

White with #90149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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