Html Css Color HEX #90017D Dark Magenta

📋 copy color: '#90017D'

red 144 ◦ green 1 ◦ blue 125

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

Shades of Dark Magenta #90017D

Tints of Dark Magenta #90017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 53.33%
G = 0.37%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90017D (or 0x90017D) is known color: Dark Magenta. HEX triplet: 90, 01 and 7D. RGB value is (144,1,125). Sum of RGB (Red+Green+Blue) = 144+1+125=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90017D is #6FFE82. Grayscale: #393939. Windows color (decimal): -7339651 or 8192400. OLE color: 8192400.

HSL color Cylindrical-coordinate representation of color #90017D: hue angle of 307.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90017D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 125 -
CMYK 0 0.99 0.13 0.44
HSL 307.97º 0.99% 0.28% -
HSV(B) 307.97º 0.99% 0.56% -
XYZ 15.21 7.43 20.03 -
YUV 57.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 144 1 125 0 0.99 0.13 0.44 307.97 0.99 0.28
Hex 90 1 7D 0 63 D 2C 134 63 1C
Octal 220 1 175 0 143 15 54 464 143 34
Binary 10010000 1 1111101 0 1100011 1101 101100 100110100 1100011 11100

Color Harmonies of #90017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90017D

Black with #90017D

Text Example


Text Example

White with #90017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,1,125); }

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

background-color css

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

 a { background-color: rgb(144,1,125); }

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

border-color css

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

 span { border-color: rgb(144,1,125); }

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