Html Css Color HEX #90008A Dark Magenta

📋 copy color: '#90008A'

red 144 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #90008A

Tints of Dark Magenta #90008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 51.06%
G = 0%
B = 48.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90008A (or 0x90008A) is known color: Dark Magenta. HEX triplet: 90, 00 and 8A. RGB value is (144,0,138). Sum of RGB (Red+Green+Blue) = 144+0+138=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #90008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90008A is #6FFF75. Grayscale: #3A3A3A. Windows color (decimal): -7339894 or 9044112. OLE color: 9044112.

HSL color Cylindrical-coordinate representation of color #90008A: hue angle of 302.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 #90008A is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 138 -
CMYK 0 1 0.04 0.44
HSL 302.5º 1% 0.28% -
HSV(B) 302.5º 1% 0.56% -
XYZ 16.09 7.76 24.7 -
YUV 58.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 144 0 138 0 1 0.04 0.44 302.5 1 0.28
Hex 90 0 8A 0 64 4 2C 12E 64 1C
Octal 220 0 212 0 144 4 54 456 144 34
Binary 10010000 0 10001010 0 1100100 100 101100 100101110 1100100 11100

Color Harmonies of #90008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90008A

Black with #90008A

Text Example


Text Example

White with #90008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90008A; }

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

 H1.HeaderClassName
 {
   color: #90008A;
 }
 .AnyTagClassName
 {
   color: #90008A;
 }
</style>

background-color css

<style>
 a { background-color: #90008A; }

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

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

border-color css

<style>
 span { border-color: #90008A; }

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

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