Html Css Color HEX #90028C Dark Magenta

📋 copy color: '#90028C'

red 144 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #90028C

Tints of Dark Magenta #90028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 50.35%
G = 0.7%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90028C (or 0x90028C) is known color: Dark Magenta. HEX triplet: 90, 02 and 8C. RGB value is (144,2,140). Sum of RGB (Red+Green+Blue) = 144+2+140=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90028C is #6FFD73. Grayscale: #3B3B3B. Windows color (decimal): -7339380 or 9175696. OLE color: 9175696.

HSL color Cylindrical-coordinate representation of color #90028C: hue angle of 301.69º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90028C is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 140 -
CMYK 0 0.99 0.03 0.44
HSL 301.69º 0.97% 0.29% -
HSV(B) 301.69º 0.99% 0.56% -
XYZ 16.26 7.87 25.47 -
YUV 60.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 144 2 140 0 0.99 0.03 0.44 301.69 0.97 0.29
Hex 90 2 8C 0 63 3 2C 12E 61 1D
Octal 220 2 214 0 143 3 54 456 141 35
Binary 10010000 10 10001100 0 1100011 11 101100 100101110 1100001 11101

Color Harmonies of #90028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90028C

Black with #90028C

Text Example


Text Example

White with #90028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90028C; }

 p { color: rgb(144,2,140); }

 H1.HeaderClassName
 {
   color: #90028C;
 }
 .AnyTagClassName
 {
   color: #90028C;
 }
</style>

background-color css

<style>
 a { background-color: #90028C; }

 a { background-color: rgb(144,2,140); }

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

border-color css

<style>
 span { border-color: #90028C; }

 span { border-color: rgb(144,2,140); }

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