Html Css Color HEX #90007E Dark Magenta

📋 copy color: '#90007E'

red 144 ◦ green 0 ◦ blue 126

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

Shades of Dark Magenta #90007E

Tints of Dark Magenta #90007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 53.33%
G = 0%
B = 46.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#90007E (or 0x90007E) is known color: Dark Magenta. HEX triplet: 90, 00 and 7E. RGB value is (144,0,126). Sum of RGB (Red+Green+Blue) = 144+0+126=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90007E is #6FFF81. Grayscale: #393939. Windows color (decimal): -7339906 or 8257680. OLE color: 8257680.

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

Color convert

RGB 144 0 126 -
CMYK 0 1 0.12 0.44
HSL 307.5º 1% 0.28% -
HSV(B) 307.5º 1% 0.56% -
XYZ 15.27 7.44 20.37 -
YUV 57.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 144 0 126 0 1 0.12 0.44 307.5 1 0.28
Hex 90 0 7E 0 64 C 2C 134 64 1C
Octal 220 0 176 0 144 14 54 464 144 34
Binary 10010000 0 1111110 0 1100100 1100 101100 100110100 1100100 11100

Color Harmonies of #90007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90007E

Black with #90007E

Text Example


Text Example

White with #90007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90007E; }

 p { color: rgb(144,0,126); }

 H1.HeaderClassName
 {
   color: #90007E;
 }
 .AnyTagClassName
 {
   color: #90007E;
 }
</style>

background-color css

<style>
 a { background-color: #90007E; }

 a { background-color: rgb(144,0,126); }

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

border-color css

<style>
 span { border-color: #90007E; }

 span { border-color: rgb(144,0,126); }

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