#9A0E84

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

Shades of Dark Magenta #9A0E84

Tints of Dark Magenta #9A0E84

Color information

#9A0E84 (or 0x9A0E84) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0E and 84. RGB value is (154,14,132). Sum of RGB (Red+Green+Blue) = 154+14+132=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0E84 is #65F17B. Grayscale: #444444. Windows color (decimal): -6680956 or 8654490. OLE color: 8654490.

HSL color Cylindrical-coordinate representation of color #9A0E84: hue angle of 309.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E84 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15414132-
CMYK00.910.140.40
HSL309.43º83.33%32.94%-
HSV(B)309.43º90.91%60.39%-
XYZ17.658.8522.61-
YUV69.31163.38188.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.33%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 132 (51.95% from 255) = 44%
R=51.33%
G=4.67%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541413200.910.140.40309.4383.3332.94
Hex9AE8405BE281355321
Octal232162040133165046512341
Binary100110101110100001000101101111101010001001101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0E84; }

 p { color: rgb(154,14,132); }

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

<style>
 a { background-color: #9A0E84; }

 a { background-color: rgb(154,14,132); }

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

<style>
 span { border-color: #9A0E84; }

 span { border-color: rgb(154,14,132); }

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