Shades of Dark Violet #8C06CD
Tints of Dark Violet #8C06CD
RGB
CMYK
RGB Variations
Color information
#8C06CD (or 0x8C06CD) is known color: Dark Violet. HEX triplet: 8C, 06 and CD. RGB value is (140,6,205). Sum of RGB (Red+Green+Blue) = 140+6+205=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C06CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06CD is #73F932. Grayscale: #444444. Windows color (decimal): -7600435 or 13436556. OLE color: 13436556.
HSL color Cylindrical-coordinate representation of color #8C06CD: hue angle of 280.4º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06CD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 6 | 205 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.20 |
| HSL | 280.4º | 0.94% | 0.41% | - |
| HSV(B) | 280.4º | 0.97% | 0.8% | - |
| XYZ | 21.9 | 10.11 | 58.56 | - |
| YUV | 68.75 | 204.89 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 205 | 0.32 | 0.97 | 0 | 0.20 | 280.4 | 0.94 | 0.41 |
| Hex | 8C | 6 | CD | 20 | 61 | 0 | 14 | 118 | 5E | 29 |
| Octal | 214 | 6 | 315 | 40 | 141 | 0 | 24 | 430 | 136 | 51 |
| Binary | 10001100 | 110 | 11001101 | 100000 | 1100001 | 0 | 10100 | 100011000 | 1011110 | 101001 |
Color Harmonies of #8C06CD
Complementary color
Monochromatic Colors of #8C06CD
Black with #8C06CD
Text Example
Text Example
White with #8C06CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06CD; }
p { color: rgb(140,6,205); }
H1.HeaderClassName
{
color: #8C06CD;
}
.AnyTagClassName
{
color: #8C06CD;
}
</style>
background-color css
<style>
a { background-color: #8C06CD; }
a { background-color: rgb(140,6,205); }
div.DivClassName
{
background-color: #8C06CD;
}
.BgClassName
{
background-color: #8C06CD;
}
</style>
border-color css
<style>
span { border-color: #8C06CD; }
span { border-color: rgb(140,6,205); }
td.TdClassName
{
border-color: #8C06CD;
}
.TagClassName
{
border-color: #8C06CD;
}
</style>