Html Css Color HEX #90077D Dark Magenta

📋 copy color: '#90077D'

red 144 ◦ green 7 ◦ blue 125

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

Shades of Dark Magenta #90077D

Tints of Dark Magenta #90077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 52.17%
G = 2.54%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90077D (or 0x90077D) is known color: Dark Magenta. HEX triplet: 90, 07 and 7D. RGB value is (144,7,125). Sum of RGB (Red+Green+Blue) = 144+7+125=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90077D is #6FF882. Grayscale: #3D3D3D. Windows color (decimal): -7338115 or 8193936. OLE color: 8193936.

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

Color convert

RGB 144 7 125 -
CMYK 0 0.95 0.13 0.44
HSL 308.32º 0.91% 0.3% -
HSV(B) 308.32º 0.95% 0.56% -
XYZ 15.28 7.56 20.06 -
YUV 61.42 163.89 186.91 -
System Red Green Blue C M Y K H S L
Decimal 144 7 125 0 0.95 0.13 0.44 308.32 0.91 0.3
Hex 90 7 7D 0 5F D 2C 134 5B 1E
Octal 220 7 175 0 137 15 54 464 133 36
Binary 10010000 111 1111101 0 1011111 1101 101100 100110100 1011011 11110

Color Harmonies of #90077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90077D

Black with #90077D

Text Example


Text Example

White with #90077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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