Html Css Color HEX #90029D Dark Magenta

📋 copy color: '#90029D'

red 144 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #90029D

Tints of Dark Magenta #90029D

RGB

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

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

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

R = 47.52%
G = 0.66%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90029D (or 0x90029D) is known color: Dark Magenta. HEX triplet: 90, 02 and 9D. RGB value is (144,2,157). Sum of RGB (Red+Green+Blue) = 144+2+157=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #90029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90029D is #6FFD62. Grayscale: #3D3D3D. Windows color (decimal): -7339363 or 10289808. OLE color: 10289808.

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

Color convert

RGB 144 2 157 -
CMYK 0.08 0.99 0 0.38
HSL 294.97º 0.97% 0.31% -
HSV(B) 294.97º 0.99% 0.62% -
XYZ 17.61 8.41 32.59 -
YUV 62.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 144 2 157 0.08 0.99 0 0.38 294.97 0.97 0.31
Hex 90 2 9D 8 63 0 26 127 61 1F
Octal 220 2 235 10 143 0 46 447 141 37
Binary 10010000 10 10011101 1000 1100011 0 100110 100100111 1100001 11111

Color Harmonies of #90029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90029D

Black with #90029D

Text Example


Text Example

White with #90029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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