Shades of Dark Violet #8C00BC
Tints of Dark Violet #8C00BC
RGB
CMYK
RGB Variations
Color information
#8C00BC (or 0x8C00BC) is known color: Dark Violet. HEX triplet: 8C, 00 and BC. RGB value is (140,0,188). Sum of RGB (Red+Green+Blue) = 140+0+188=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C00BC is #73FF43. Grayscale: #3E3E3E. Windows color (decimal): -7601988 or 12320908. OLE color: 12320908.
HSL color Cylindrical-coordinate representation of color #8C00BC: hue angle of 284.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00BC is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 0 | 188 | - |
| CMYK | 0.26 | 1 | 0 | 0.26 |
| HSL | 284.68º | 1% | 0.37% | - |
| HSV(B) | 284.68º | 1% | 0.74% | - |
| XYZ | 19.89 | 9.21 | 48.31 | - |
| YUV | 63.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 188 | 0.26 | 1 | 0 | 0.26 | 284.68 | 1 | 0.37 |
| Hex | 8C | 0 | BC | 1A | 64 | 0 | 1A | 11D | 64 | 25 |
| Octal | 214 | 0 | 274 | 32 | 144 | 0 | 32 | 435 | 144 | 45 |
| Binary | 10001100 | 0 | 10111100 | 11010 | 1100100 | 0 | 11010 | 100011101 | 1100100 | 100101 |
Color Harmonies of #8C00BC
Complementary color
Monochromatic Colors of #8C00BC
Black with #8C00BC
Text Example
Text Example
White with #8C00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C00BC; }
p { color: rgb(140,0,188); }
H1.HeaderClassName
{
color: #8C00BC;
}
.AnyTagClassName
{
color: #8C00BC;
}
</style>
background-color css
<style>
a { background-color: #8C00BC; }
a { background-color: rgb(140,0,188); }
div.DivClassName
{
background-color: #8C00BC;
}
.BgClassName
{
background-color: #8C00BC;
}
</style>
border-color css
<style>
span { border-color: #8C00BC; }
span { border-color: rgb(140,0,188); }
td.TdClassName
{
border-color: #8C00BC;
}
.TagClassName
{
border-color: #8C00BC;
}
</style>