Html Css Color HEX #90159E Dark Magenta

📋 copy color: '#90159E'

red 144 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #90159E

Tints of Dark Magenta #90159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.92%

R = 44.58%
G = 6.5%
B = 48.92%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90159E (or 0x90159E) is known color: Dark Magenta. HEX triplet: 90, 15 and 9E. RGB value is (144,21,158). Sum of RGB (Red+Green+Blue) = 144+21+158=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #90159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90159E is #6FEA61. Grayscale: #484848. Windows color (decimal): -7334498 or 10360208. OLE color: 10360208.

HSL color Cylindrical-coordinate representation of color #90159E: hue angle of 293.87º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90159E is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 21 158 -
CMYK 0.09 0.87 0 0.38
HSL 293.87º 0.77% 0.35% -
HSV(B) 293.87º 0.87% 0.62% -
XYZ 17.94 8.93 33.13 -
YUV 73.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 144 21 158 0.09 0.87 0 0.38 293.87 0.77 0.35
Hex 90 15 9E 9 57 0 26 126 4D 23
Octal 220 25 236 11 127 0 46 446 115 43
Binary 10010000 10101 10011110 1001 1010111 0 100110 100100110 1001101 100011

Color Harmonies of #90159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90159E

Black with #90159E

Text Example


Text Example

White with #90159E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90159E; }

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

 H1.HeaderClassName
 {
   color: #90159E;
 }
 .AnyTagClassName
 {
   color: #90159E;
 }
</style>

background-color css

<style>
 a { background-color: #90159E; }

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

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

border-color css

<style>
 span { border-color: #90159E; }

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

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