Html Css Color HEX #90118A Dark Magenta

📋 copy color: '#90118A'

red 144 ◦ green 17 ◦ blue 138

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

Shades of Dark Magenta #90118A

Tints of Dark Magenta #90118A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.69%

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

R = 48.16%
G = 5.69%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90118A (or 0x90118A) is known color: Dark Magenta. HEX triplet: 90, 11 and 8A. RGB value is (144,17,138). Sum of RGB (Red+Green+Blue) = 144+17+138=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90118A is #6FEE75. Grayscale: #444444. Windows color (decimal): -7335542 or 9048464. OLE color: 9048464.

HSL color Cylindrical-coordinate representation of color #90118A: hue angle of 302.83º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90118A is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 138 -
CMYK 0 0.88 0.04 0.44
HSL 302.83º 0.79% 0.32% -
HSV(B) 302.83º 0.88% 0.56% -
XYZ 16.29 8.17 24.76 -
YUV 68.77 167.08 181.66 -
System Red Green Blue C M Y K H S L
Decimal 144 17 138 0 0.88 0.04 0.44 302.83 0.79 0.32
Hex 90 11 8A 0 58 4 2C 12F 4F 20
Octal 220 21 212 0 130 4 54 457 117 40
Binary 10010000 10001 10001010 0 1011000 100 101100 100101111 1001111 100000

Color Harmonies of #90118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90118A

Black with #90118A

Text Example


Text Example

White with #90118A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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