Html Css Color HEX #90168F Dark Magenta

📋 copy color: '#90168F'

red 144 ◦ green 22 ◦ blue 143

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

Shades of Dark Magenta #90168F

Tints of Dark Magenta #90168F

RGB

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

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

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

R = 46.6%
G = 7.12%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90168F (or 0x90168F) is known color: Dark Magenta. HEX triplet: 90, 16 and 8F. RGB value is (144,22,143). Sum of RGB (Red+Green+Blue) = 144+22+143=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90168F is #6FE970. Grayscale: #474747. Windows color (decimal): -7334257 or 9377424. OLE color: 9377424.

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

Color convert

RGB 144 22 143 -
CMYK 0 0.85 0.01 0.44
HSL 300.49º 0.73% 0.33% -
HSV(B) 300.49º 0.85% 0.56% -
XYZ 16.75 8.49 26.74 -
YUV 72.27 167.92 179.16 -
System Red Green Blue C M Y K H S L
Decimal 144 22 143 0 0.85 0.01 0.44 300.49 0.73 0.33
Hex 90 16 8F 0 55 1 2C 12C 49 21
Octal 220 26 217 0 125 1 54 454 111 41
Binary 10010000 10110 10001111 0 1010101 1 101100 100101100 1001001 100001

Color Harmonies of #90168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90168F

Black with #90168F

Text Example


Text Example

White with #90168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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