#8C0AC6

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

Shades of Dark Violet #8C0AC6

Tints of Dark Violet #8C0AC6

Color information

#8C0AC6 (or 0x8C0AC6) is unknown color: approx Dark Violet. HEX triplet: 8C, 0A and C6. RGB value is (140,10,198). Sum of RGB (Red+Green+Blue) = 140+10+198=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C0AC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0AC6 is #73F539. Grayscale: #454545. Windows color (decimal): -7599418 or 12978828. OLE color: 12978828.

HSL color Cylindrical-coordinate representation of color #8C0AC6: hue angle of 281.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0AC6 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14010198-
CMYK0.290.9500.22
HSL281.49º90.38%40.78%-
HSV(B)281.49º94.95%77.65%-
XYZ21.129.8754.22-
YUV70.3200.07177.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=40.23%
G=2.87%
B=56.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140101980.290.9500.22281.4990.3840.78
Hex8CAC61D5F0161195a29
Octal214123063513702643113251
Binary100011001010110001101110110111110101101000110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,10,198); }

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

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

 a { background-color: rgb(140,10,198); }

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

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

 span { border-color: rgb(140,10,198); }

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