#90097B

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

Shades of Dark Magenta #90097B

Tints of Dark Magenta #90097B

Color information

#90097B (or 0x90097B) is unknown color: approx Dark Magenta. HEX triplet: 90, 09 and 7B. RGB value is (144,9,123). Sum of RGB (Red+Green+Blue) = 144+9+123=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90097B is #6FF684. Grayscale: #3E3E3E. Windows color (decimal): -7337605 or 8063376. OLE color: 8063376.

HSL color Cylindrical-coordinate representation of color #90097B: hue angle of 309.33º 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 #90097B is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB1449123-
CMYK00.940.150.44
HSL309.33º88.24%30%-
HSV(B)309.33º93.75%56.47%-
XYZ15.177.5519.4-
YUV62.36162.23186.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 9 (3.91% from 255) = 3.26%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=52.17%
G=3.26%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144912300.940.150.44309.3388.2430
Hex9097B05EF2C135581e
Octal220111730136175446513036
Binary1001000010011111011010111101111101100100110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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