Shades of Dark Violet #8C06B8
Tints of Dark Violet #8C06B8
RGB
CMYK
RGB Variations
Color information
#8C06B8 (or 0x8C06B8) is known color: Dark Violet. HEX triplet: 8C, 06 and B8. RGB value is (140,6,184). Sum of RGB (Red+Green+Blue) = 140+6+184=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 184 (72.27% from 255 or 55.76% from 330); Max value from RGB is 184 - color contains mainly: blue. Hex color #8C06B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06B8 is #73F947. Grayscale: #414141. Windows color (decimal): -7600456 or 12060300. OLE color: 12060300.
HSL color Cylindrical-coordinate representation of color #8C06B8: hue angle of 285.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06B8 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 6 | 184 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.28 |
| HSL | 285.17º | 0.94% | 0.37% | - |
| HSV(B) | 285.17º | 0.97% | 0.72% | - |
| XYZ | 19.53 | 9.17 | 46.09 | - |
| YUV | 66.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 184 | 0.24 | 0.97 | 0 | 0.28 | 285.17 | 0.94 | 0.37 |
| Hex | 8C | 6 | B8 | 18 | 61 | 0 | 1C | 11D | 5E | 25 |
| Octal | 214 | 6 | 270 | 30 | 141 | 0 | 34 | 435 | 136 | 45 |
| Binary | 10001100 | 110 | 10111000 | 11000 | 1100001 | 0 | 11100 | 100011101 | 1011110 | 100101 |
Color Harmonies of #8C06B8
Complementary color
Monochromatic Colors of #8C06B8
Black with #8C06B8
Text Example
Text Example
White with #8C06B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06B8; }
p { color: rgb(140,6,184); }
H1.HeaderClassName
{
color: #8C06B8;
}
.AnyTagClassName
{
color: #8C06B8;
}
</style>
background-color css
<style>
a { background-color: #8C06B8; }
a { background-color: rgb(140,6,184); }
div.DivClassName
{
background-color: #8C06B8;
}
.BgClassName
{
background-color: #8C06B8;
}
</style>
border-color css
<style>
span { border-color: #8C06B8; }
span { border-color: rgb(140,6,184); }
td.TdClassName
{
border-color: #8C06B8;
}
.TagClassName
{
border-color: #8C06B8;
}
</style>