#90097D

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

Shades of Dark Magenta #90097D

Tints of Dark Magenta #90097D

Color information

#90097D (or 0x90097D) is unknown color: approx Dark Magenta. HEX triplet: 90, 09 and 7D. RGB value is (144,9,125). Sum of RGB (Red+Green+Blue) = 144+9+125=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #90097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90097D is #6FF682. Grayscale: #3E3E3E. Windows color (decimal): -7337603 or 8194448. OLE color: 8194448.

HSL color Cylindrical-coordinate representation of color #90097D: hue angle of 308.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90097D is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB1449125-
CMYK00.940.130.44
HSL308.44º88.24%30%-
HSV(B)308.44º93.75%56.47%-
XYZ15.37.6120.06-
YUV62.59163.23186.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 9 (3.91% from 255) = 3.24%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=51.80%
G=3.24%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144912500.940.130.44308.4488.2430
Hex9097D05ED2C134581e
Octal220111750136155446413036
Binary1001000010011111101010111101101101100100110100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90097D; }

 p { color: rgb(144,9,125); }

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

<style>
 a { background-color: #90097D; }

 a { background-color: rgb(144,9,125); }

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

<style>
 span { border-color: #90097D; }

 span { border-color: rgb(144,9,125); }

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