Html Css Color HEX #90118F Dark Magenta

📋 copy color: '#90118F'

red 144 ◦ green 17 ◦ blue 143

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

Shades of Dark Magenta #90118F

Tints of Dark Magenta #90118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 47.37%
G = 5.59%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90118F (or 0x90118F) is known color: Dark Magenta. HEX triplet: 90, 11 and 8F. RGB value is (144,17,143). Sum of RGB (Red+Green+Blue) = 144+17+143=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90118F is #6FEE70. Grayscale: #444444. Windows color (decimal): -7335537 or 9376144. OLE color: 9376144.

HSL color Cylindrical-coordinate representation of color #90118F: hue angle of 300.47º 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 #90118F is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 143 -
CMYK 0 0.88 0.01 0.44
HSL 300.47º 0.79% 0.32% -
HSV(B) 300.47º 0.88% 0.56% -
XYZ 16.66 8.31 26.71 -
YUV 69.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 144 17 143 0 0.88 0.01 0.44 300.47 0.79 0.32
Hex 90 11 8F 0 58 1 2C 12C 4F 20
Octal 220 21 217 0 130 1 54 454 117 40
Binary 10010000 10001 10001111 0 1011000 1 101100 100101100 1001111 100000

Color Harmonies of #90118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90118F

Black with #90118F

Text Example


Text Example

White with #90118F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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