#90029A

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

Shades of Dark Magenta #90029A

Tints of Dark Magenta #90029A

Color information

#90029A (or 0x90029A) is unknown color: approx Dark Magenta. HEX triplet: 90, 02 and 9A. RGB value is (144,2,154). Sum of RGB (Red+Green+Blue) = 144+2+154=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #90029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90029A is #6FFD65. Grayscale: #3D3D3D. Windows color (decimal): -7339366 or 10093200. OLE color: 10093200.

HSL color Cylindrical-coordinate representation of color #90029A: hue angle of 296.05º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90029A is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1442154-
CMYK0.060.9900.40
HSL296.05º97.44%30.59%-
HSV(B)296.05º98.7%60.39%-
XYZ17.368.3131.26-
YUV61.79180.04186.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 154 (60.55% from 255) = 51.33%
R=48%
G=0.67%
B=51.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14421540.060.9900.40296.0597.4430.59
Hex9029A663028128611f
Octal2202232614305045014137
Binary10010000101001101011011000110101000100101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90029A; }

 p { color: rgb(144,2,154); }

 H1.HeaderClassName
 {
   color: #90029A;
 }
 .AnyTagClassName
 {
   color: #90029A;
 }
</style>
background-color css

<style>
 a { background-color: #90029A; }

 a { background-color: rgb(144,2,154); }

 div.DivClassName
 {
   background-color: #90029A;
 }
 .BgClassName
 {
   background-color: #90029A;
 }
</style>
border-color css

<style>
 span { border-color: #90029A; }

 span { border-color: rgb(144,2,154); }

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