Shades of Dark Violet #8C08BC
Tints of Dark Violet #8C08BC
RGB
CMYK
RGB Variations
Color information
#8C08BC (or 0x8C08BC) is known color: Dark Violet. HEX triplet: 8C, 08 and BC. RGB value is (140,8,188). Sum of RGB (Red+Green+Blue) = 140+8+188=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08BC is #73F743. Grayscale: #434343. Windows color (decimal): -7599940 or 12322956. OLE color: 12322956.
HSL color Cylindrical-coordinate representation of color #8C08BC: hue angle of 284º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08BC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 8 | 188 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.26 |
| HSL | 284º | 0.92% | 0.38% | - |
| HSV(B) | 284º | 0.96% | 0.74% | - |
| XYZ | 19.98 | 9.38 | 48.33 | - |
| YUV | 67.99 | 195.73 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 188 | 0.26 | 0.96 | 0 | 0.26 | 284 | 0.92 | 0.38 |
| Hex | 8C | 8 | BC | 1A | 60 | 0 | 1A | 11C | 5C | 26 |
| Octal | 214 | 10 | 274 | 32 | 140 | 0 | 32 | 434 | 134 | 46 |
| Binary | 10001100 | 1000 | 10111100 | 11010 | 1100000 | 0 | 11010 | 100011100 | 1011100 | 100110 |
Color Harmonies of #8C08BC
Complementary color
Monochromatic Colors of #8C08BC
Black with #8C08BC
Text Example
Text Example
White with #8C08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08BC; }
p { color: rgb(140,8,188); }
H1.HeaderClassName
{
color: #8C08BC;
}
.AnyTagClassName
{
color: #8C08BC;
}
</style>
background-color css
<style>
a { background-color: #8C08BC; }
a { background-color: rgb(140,8,188); }
div.DivClassName
{
background-color: #8C08BC;
}
.BgClassName
{
background-color: #8C08BC;
}
</style>
border-color css
<style>
span { border-color: #8C08BC; }
span { border-color: rgb(140,8,188); }
td.TdClassName
{
border-color: #8C08BC;
}
.TagClassName
{
border-color: #8C08BC;
}
</style>