#90159E

Color #90159E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #90159E

Tints of Dark Magenta #90159E

Color information

#90159E (or 0x90159E) is unknown color: approx 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

RGB14421158-
CMYK0.090.8700.38
HSL293.87º76.54%35.1%-
HSV(B)293.87º86.71%61.96%-
XYZ17.948.9333.13-
YUV73.4175.75178.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 21 (8.59% from 255) = 6.50%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=44.58%
G=6.50%
B=48.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144211580.090.8700.38293.8776.5435.1
Hex90159E9570261264d23
Octal220252361112704644611543
Binary1001000010101100111101001101011101001101001001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>