#9809AC

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

Shades of Dark Magenta #9809AC

Tints of Dark Magenta #9809AC

Color information

#9809AC (or 0x9809AC) is unknown color: approx Dark Magenta. HEX triplet: 98, 09 and AC. RGB value is (152,9,172). Sum of RGB (Red+Green+Blue) = 152+9+172=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #9809AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9809AC is #67F653. Grayscale: #454545. Windows color (decimal): -6813268 or 11274648. OLE color: 11274648.

HSL color Cylindrical-coordinate representation of color #9809AC: hue angle of 292.64º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9809AC is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1529172-
CMYK0.120.9500.33
HSL292.64º90.06%35.49%-
HSV(B)292.64º94.77%67.45%-
XYZ20.499.8539.85-
YUV70.34185.38186.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=45.65%
G=2.70%
B=51.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15291720.120.9500.33292.6490.0635.49
Hex989ACC5F0211255a23
Octal230112541413704144513243
Binary100110001001101011001100101111101000011001001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9809AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9809AC; }

 p { color: rgb(152,9,172); }

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

<style>
 a { background-color: #9809AC; }

 a { background-color: rgb(152,9,172); }

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

<style>
 span { border-color: #9809AC; }

 span { border-color: rgb(152,9,172); }

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