Shades of Dark Violet #8C06C3
Tints of Dark Violet #8C06C3
RGB
CMYK
RGB Variations
Color information
#8C06C3 (or 0x8C06C3) is known color: Dark Violet. HEX triplet: 8C, 06 and C3. RGB value is (140,6,195). Sum of RGB (Red+Green+Blue) = 140+6+195=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C06C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06C3 is #73F93C. Grayscale: #424242. Windows color (decimal): -7600445 or 12781196. OLE color: 12781196.
HSL color Cylindrical-coordinate representation of color #8C06C3: hue angle of 282.54º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C06C3 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 6 | 195 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.24 |
| HSL | 282.54º | 0.94% | 0.39% | - |
| HSV(B) | 282.54º | 0.97% | 0.76% | - |
| XYZ | 20.73 | 9.65 | 52.4 | - |
| YUV | 67.61 | 199.89 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 195 | 0.28 | 0.97 | 0 | 0.24 | 282.54 | 0.94 | 0.39 |
| Hex | 8C | 6 | C3 | 1C | 61 | 0 | 18 | 11B | 5E | 27 |
| Octal | 214 | 6 | 303 | 34 | 141 | 0 | 30 | 433 | 136 | 47 |
| Binary | 10001100 | 110 | 11000011 | 11100 | 1100001 | 0 | 11000 | 100011011 | 1011110 | 100111 |
Color Harmonies of #8C06C3
Complementary color
Monochromatic Colors of #8C06C3
Black with #8C06C3
Text Example
Text Example
White with #8C06C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C06C3; }
p { color: rgb(140,6,195); }
H1.HeaderClassName
{
color: #8C06C3;
}
.AnyTagClassName
{
color: #8C06C3;
}
</style>
background-color css
<style>
a { background-color: #8C06C3; }
a { background-color: rgb(140,6,195); }
div.DivClassName
{
background-color: #8C06C3;
}
.BgClassName
{
background-color: #8C06C3;
}
</style>
border-color css
<style>
span { border-color: #8C06C3; }
span { border-color: rgb(140,6,195); }
td.TdClassName
{
border-color: #8C06C3;
}
.TagClassName
{
border-color: #8C06C3;
}
</style>