#8C09AD

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

Shades of Dark Magenta #8C09AD

Tints of Dark Magenta #8C09AD

Color information

#8C09AD (or 0x8C09AD) is unknown color: approx Dark Magenta. HEX triplet: 8C, 09 and AD. RGB value is (140,9,173). Sum of RGB (Red+Green+Blue) = 140+9+173=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C09AD is #73F652. Grayscale: #424242. Windows color (decimal): -7599699 or 11340172. OLE color: 11340172.

HSL color Cylindrical-coordinate representation of color #8C09AD: hue angle of 287.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C09AD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1409173-
CMYK0.190.9500.32
HSL287.93º90.11%35.69%-
HSV(B)287.93º94.8%67.84%-
XYZ18.468.7940.26-
YUV66.87187.9180.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.48%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=43.48%
G=2.80%
B=53.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14091730.190.9500.32287.9390.1135.69
Hex8C9AD135F0201205a24
Octal214112552313704044013244
Binary1000110010011010110110011101111101000001001000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C09AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C09AD; }

 p { color: rgb(140,9,173); }

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

<style>
 a { background-color: #8C09AD; }

 a { background-color: rgb(140,9,173); }

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

<style>
 span { border-color: #8C09AD; }

 span { border-color: rgb(140,9,173); }

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