Html Css Color HEX #90077C Dark Magenta

📋 copy color: '#90077C'

red 144 ◦ green 7 ◦ blue 124

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

Shades of Dark Magenta #90077C

Tints of Dark Magenta #90077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 52.36%
G = 2.55%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#90077C (or 0x90077C) is known color: Dark Magenta. HEX triplet: 90, 07 and 7C. RGB value is (144,7,124). Sum of RGB (Red+Green+Blue) = 144+7+124=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90077C is #6FF883. Grayscale: #3C3C3C. Windows color (decimal): -7338116 or 8128400. OLE color: 8128400.

HSL color Cylindrical-coordinate representation of color #90077C: hue angle of 308.76º 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 #90077C is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 7 124 -
CMYK 0 0.95 0.14 0.44
HSL 308.76º 0.91% 0.3% -
HSV(B) 308.76º 0.95% 0.56% -
XYZ 15.22 7.54 19.72 -
YUV 61.3 163.39 186.99 -
System Red Green Blue C M Y K H S L
Decimal 144 7 124 0 0.95 0.14 0.44 308.76 0.91 0.3
Hex 90 7 7C 0 5F E 2C 135 5B 1E
Octal 220 7 174 0 137 16 54 465 133 36
Binary 10010000 111 1111100 0 1011111 1110 101100 100110101 1011011 11110

Color Harmonies of #90077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90077C

Black with #90077C

Text Example


Text Example

White with #90077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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