Shades of Dark Violet #8C08BA
Tints of Dark Violet #8C08BA
RGB
CMYK
RGB Variations
Color information
#8C08BA (or 0x8C08BA) is known color: Dark Violet. HEX triplet: 8C, 08 and BA. RGB value is (140,8,186). Sum of RGB (Red+Green+Blue) = 140+8+186=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C08BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08BA is #73F745. Grayscale: #434343. Windows color (decimal): -7599942 or 12191884. OLE color: 12191884.
HSL color Cylindrical-coordinate representation of color #8C08BA: hue angle of 284.49º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08BA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 8 | 186 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.27 |
| HSL | 284.49º | 0.92% | 0.38% | - |
| HSV(B) | 284.49º | 0.96% | 0.73% | - |
| XYZ | 19.76 | 9.29 | 47.21 | - |
| YUV | 67.76 | 194.73 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 186 | 0.25 | 0.96 | 0 | 0.27 | 284.49 | 0.92 | 0.38 |
| Hex | 8C | 8 | BA | 19 | 60 | 0 | 1B | 11C | 5C | 26 |
| Octal | 214 | 10 | 272 | 31 | 140 | 0 | 33 | 434 | 134 | 46 |
| Binary | 10001100 | 1000 | 10111010 | 11001 | 1100000 | 0 | 11011 | 100011100 | 1011100 | 100110 |
Color Harmonies of #8C08BA
Complementary color
Monochromatic Colors of #8C08BA
Black with #8C08BA
Text Example
Text Example
White with #8C08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08BA; }
p { color: rgb(140,8,186); }
H1.HeaderClassName
{
color: #8C08BA;
}
.AnyTagClassName
{
color: #8C08BA;
}
</style>
background-color css
<style>
a { background-color: #8C08BA; }
a { background-color: rgb(140,8,186); }
div.DivClassName
{
background-color: #8C08BA;
}
.BgClassName
{
background-color: #8C08BA;
}
</style>
border-color css
<style>
span { border-color: #8C08BA; }
span { border-color: rgb(140,8,186); }
td.TdClassName
{
border-color: #8C08BA;
}
.TagClassName
{
border-color: #8C08BA;
}
</style>