Html Css Color HEX #90108D Dark Magenta

📋 copy color: '#90108D'

red 144 ◦ green 16 ◦ blue 141

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

Shades of Dark Magenta #90108D

Tints of Dark Magenta #90108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 47.84%
G = 5.32%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90108D (or 0x90108D) is known color: Dark Magenta. HEX triplet: 90, 10 and 8D. RGB value is (144,16,141). Sum of RGB (Red+Green+Blue) = 144+16+141=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90108D is #6FEF72. Grayscale: #444444. Windows color (decimal): -7335795 or 9244816. OLE color: 9244816.

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

Color convert

RGB 144 16 141 -
CMYK 0 0.89 0.02 0.44
HSL 301.41º 0.8% 0.31% -
HSV(B) 301.41º 0.89% 0.56% -
XYZ 16.49 8.22 25.92 -
YUV 68.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 144 16 141 0 0.89 0.02 0.44 301.41 0.8 0.31
Hex 90 10 8D 0 59 2 2C 12D 50 1F
Octal 220 20 215 0 131 2 54 455 120 37
Binary 10010000 10000 10001101 0 1011001 10 101100 100101101 1010000 11111

Color Harmonies of #90108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90108D

Black with #90108D

Text Example


Text Example

White with #90108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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