Shades of Dark Violet #8C08BF
Tints of Dark Violet #8C08BF
RGB
CMYK
RGB Variations
Color information
#8C08BF (or 0x8C08BF) is known color: Dark Violet. HEX triplet: 8C, 08 and BF. RGB value is (140,8,191). Sum of RGB (Red+Green+Blue) = 140+8+191=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C08BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08BF is #73F740. Grayscale: #434343. Windows color (decimal): -7599937 or 12519564. OLE color: 12519564.
HSL color Cylindrical-coordinate representation of color #8C08BF: hue angle of 283.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08BF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 8 | 191 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.25 |
| HSL | 283.28º | 0.92% | 0.39% | - |
| HSV(B) | 283.28º | 0.96% | 0.75% | - |
| XYZ | 20.31 | 9.51 | 50.06 | - |
| YUV | 68.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 191 | 0.27 | 0.96 | 0 | 0.25 | 283.28 | 0.92 | 0.39 |
| Hex | 8C | 8 | BF | 1B | 60 | 0 | 19 | 11B | 5C | 27 |
| Octal | 214 | 10 | 277 | 33 | 140 | 0 | 31 | 433 | 134 | 47 |
| Binary | 10001100 | 1000 | 10111111 | 11011 | 1100000 | 0 | 11001 | 100011011 | 1011100 | 100111 |
Color Harmonies of #8C08BF
Complementary color
Monochromatic Colors of #8C08BF
Black with #8C08BF
Text Example
Text Example
White with #8C08BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08BF; }
p { color: rgb(140,8,191); }
H1.HeaderClassName
{
color: #8C08BF;
}
.AnyTagClassName
{
color: #8C08BF;
}
</style>
background-color css
<style>
a { background-color: #8C08BF; }
a { background-color: rgb(140,8,191); }
div.DivClassName
{
background-color: #8C08BF;
}
.BgClassName
{
background-color: #8C08BF;
}
</style>
border-color css
<style>
span { border-color: #8C08BF; }
span { border-color: rgb(140,8,191); }
td.TdClassName
{
border-color: #8C08BF;
}
.TagClassName
{
border-color: #8C08BF;
}
</style>