#8C00DC

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

Shades of Dark Violet #8C00DC

Tints of Dark Violet #8C00DC

Color information

#8C00DC (or 0x8C00DC) is unknown color: approx Dark Violet. HEX triplet: 8C, 00 and DC. RGB value is (140,0,220). Sum of RGB (Red+Green+Blue) = 140+0+220=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C00DC is #73FF23. Grayscale: #424242. Windows color (decimal): -7601956 or 14418060. OLE color: 14418060.

HSL color Cylindrical-coordinate representation of color #8C00DC: hue angle of 278.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00DC is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1400220-
CMYK0.36100.14
HSL278.18º100%43.14%-
HSV(B)278.18º100%86.27%-
XYZ23.7310.7468.53-
YUV66.94214.38180.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 220 (86.33% from 255) = 61.11%
R=38.89%
G=0%
B=61.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14002200.36100.14278.1810043.14
Hex8C0DC24640E116642b
Octal21403344414401642614453
Binary100011000110111001001001100100011101000101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C00DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,0,220); }

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

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

 a { background-color: rgb(140,0,220); }

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

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

 span { border-color: rgb(140,0,220); }

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