#90089D

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

Shades of Dark Magenta #90089D

Tints of Dark Magenta #90089D

Color information

#90089D (or 0x90089D) is unknown color: approx Dark Magenta. HEX triplet: 90, 08 and 9D. RGB value is (144,8,157). Sum of RGB (Red+Green+Blue) = 144+8+157=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #90089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #90089D is #6FF762. Grayscale: #414141. Windows color (decimal): -7337827 or 10291344. OLE color: 10291344.

HSL color Cylindrical-coordinate representation of color #90089D: hue angle of 294.77º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90089D is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1448157-
CMYK0.080.9500.38
HSL294.77º90.3%32.35%-
HSV(B)294.77º94.9%61.57%-
XYZ17.678.5432.61-
YUV65.65179.56183.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=46.60%
G=2.59%
B=50.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14481570.080.9500.38294.7790.332.35
Hex9089D85F0261275a20
Octal220102351013704644713240
Binary100100001000100111011000101111101001101001001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,8,157); }

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

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

 a { background-color: rgb(144,8,157); }

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

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

 span { border-color: rgb(144,8,157); }

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