Html Css Color HEX #90168C Dark Magenta

📋 copy color: '#90168C'

red 144 ◦ green 22 ◦ blue 140

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

Shades of Dark Magenta #90168C

Tints of Dark Magenta #90168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.19%

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

R = 47.06%
G = 7.19%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90168C (or 0x90168C) is known color: Dark Magenta. HEX triplet: 90, 16 and 8C. RGB value is (144,22,140). Sum of RGB (Red+Green+Blue) = 144+22+140=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168C is #6FE973. Grayscale: #474747. Windows color (decimal): -7334260 or 9180816. OLE color: 9180816.

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

Color convert

RGB 144 22 140 -
CMYK 0 0.85 0.03 0.44
HSL 301.97º 0.73% 0.33% -
HSV(B) 301.97º 0.85% 0.56% -
XYZ 16.52 8.4 25.56 -
YUV 71.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 144 22 140 0 0.85 0.03 0.44 301.97 0.73 0.33
Hex 90 16 8C 0 55 3 2C 12E 49 21
Octal 220 26 214 0 125 3 54 456 111 41
Binary 10010000 10110 10001100 0 1010101 11 101100 100101110 1001001 100001

Color Harmonies of #90168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90168C

Black with #90168C

Text Example


Text Example

White with #90168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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