Html Css Color HEX #90028F Dark Magenta

📋 copy color: '#90028F'

red 144 ◦ green 2 ◦ blue 143

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

Shades of Dark Magenta #90028F

Tints of Dark Magenta #90028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.48%

R = 49.83%
G = 0.69%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90028F (or 0x90028F) is known color: Dark Magenta. HEX triplet: 90, 02 and 8F. RGB value is (144,2,143). Sum of RGB (Red+Green+Blue) = 144+2+143=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90028F is #6FFD70. Grayscale: #3C3C3C. Windows color (decimal): -7339377 or 9372304. OLE color: 9372304.

HSL color Cylindrical-coordinate representation of color #90028F: hue angle of 300.42º 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 #90028F is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 143 -
CMYK 0 0.99 0.01 0.44
HSL 300.42º 0.97% 0.29% -
HSV(B) 300.42º 0.99% 0.56% -
XYZ 16.48 7.96 26.65 -
YUV 60.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 144 2 143 0 0.99 0.01 0.44 300.42 0.97 0.29
Hex 90 2 8F 0 63 1 2C 12C 61 1D
Octal 220 2 217 0 143 1 54 454 141 35
Binary 10010000 10 10001111 0 1100011 1 101100 100101100 1100001 11101

Color Harmonies of #90028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90028F

Black with #90028F

Text Example


Text Example

White with #90028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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