#8C099B

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

Shades of Dark Magenta #8C099B

Tints of Dark Magenta #8C099B

Color information

#8C099B (or 0x8C099B) is unknown color: approx Dark Magenta. HEX triplet: 8C, 09 and 9B. RGB value is (140,9,155). Sum of RGB (Red+Green+Blue) = 140+9+155=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C099B is #73F664. Grayscale: #404040. Windows color (decimal): -7599717 or 10160524. OLE color: 10160524.

HSL color Cylindrical-coordinate representation of color #8C099B: hue angle of 293.84º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C099B is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1409155-
CMYK0.100.9400.39
HSL293.84º89.02%32.16%-
HSV(B)293.84º94.19%60.78%-
XYZ16.838.1431.69-
YUV64.81178.9181.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.05%
GREEN value IS 9 (3.91% from 255) = 2.96%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=46.05%
G=2.96%
B=50.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14091550.100.9400.39293.8489.0232.16
Hex8C99BA5E0271265920
Octal214112331213604744613140
Binary100011001001100110111010101111001001111001001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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