Html Css Color HEX #90158D Dark Magenta

📋 copy color: '#90158D'

red 144 ◦ green 21 ◦ blue 141

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

Shades of Dark Magenta #90158D

Tints of Dark Magenta #90158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.86%

 BLUE value IS 141 (55.47% from 255) = 46.08%

R = 47.06%
G = 6.86%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90158D (or 0x90158D) is known color: Dark Magenta. HEX triplet: 90, 15 and 8D. RGB value is (144,21,141). Sum of RGB (Red+Green+Blue) = 144+21+141=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90158D is #6FEA72. Grayscale: #474747. Windows color (decimal): -7334515 or 9246096. OLE color: 9246096.

HSL color Cylindrical-coordinate representation of color #90158D: hue angle of 301.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90158D is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 141 -
CMYK 0 0.85 0.02 0.44
HSL 301.46º 0.75% 0.32% -
HSV(B) 301.46º 0.85% 0.56% -
XYZ 16.58 8.39 25.94 -
YUV 71.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 144 21 141 0 0.85 0.02 0.44 301.46 0.75 0.32
Hex 90 15 8D 0 55 2 2C 12D 4B 20
Octal 220 25 215 0 125 2 54 455 113 40
Binary 10010000 10101 10001101 0 1010101 10 101100 100101101 1001011 100000

Color Harmonies of #90158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90158D

Black with #90158D

Text Example


Text Example

White with #90158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90158D; }

 p { color: rgb(144,21,141); }

 H1.HeaderClassName
 {
   color: #90158D;
 }
 .AnyTagClassName
 {
   color: #90158D;
 }
</style>

background-color css

<style>
 a { background-color: #90158D; }

 a { background-color: rgb(144,21,141); }

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

border-color css

<style>
 span { border-color: #90158D; }

 span { border-color: rgb(144,21,141); }

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