Html Css Color HEX #90138C Dark Magenta

📋 copy color: '#90138C'

red 144 ◦ green 19 ◦ blue 140

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

Shades of Dark Magenta #90138C

Tints of Dark Magenta #90138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 47.52%
G = 6.27%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90138C (or 0x90138C) is known color: Dark Magenta. HEX triplet: 90, 13 and 8C. RGB value is (144,19,140). Sum of RGB (Red+Green+Blue) = 144+19+140=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90138C is #6FEC73. Grayscale: #454545. Windows color (decimal): -7335028 or 9180048. OLE color: 9180048.

HSL color Cylindrical-coordinate representation of color #90138C: hue angle of 301.92º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90138C is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 140 -
CMYK 0 0.87 0.03 0.44
HSL 301.92º 0.77% 0.32% -
HSV(B) 301.92º 0.87% 0.56% -
XYZ 16.47 8.29 25.54 -
YUV 70.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 144 19 140 0 0.87 0.03 0.44 301.92 0.77 0.32
Hex 90 13 8C 0 57 3 2C 12E 4D 20
Octal 220 23 214 0 127 3 54 456 115 40
Binary 10010000 10011 10001100 0 1010111 11 101100 100101110 1001101 100000

Color Harmonies of #90138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90138C

Black with #90138C

Text Example


Text Example

White with #90138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,19,140); }

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

background-color css

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

 a { background-color: rgb(144,19,140); }

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

border-color css

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

 span { border-color: rgb(144,19,140); }

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