Shades of Dark Violet #8C05CF
Tints of Dark Violet #8C05CF
RGB
CMYK
RGB Variations
Color information
#8C05CF (or 0x8C05CF) is known color: Dark Violet. HEX triplet: 8C, 05 and CF. RGB value is (140,5,207). Sum of RGB (Red+Green+Blue) = 140+5+207=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C05CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05CF is #73FA30. Grayscale: #434343. Windows color (decimal): -7600689 or 13567372. OLE color: 13567372.
HSL color Cylindrical-coordinate representation of color #8C05CF: hue angle of 280.1º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05CF is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 5 | 207 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.19 |
| HSL | 280.1º | 0.95% | 0.42% | - |
| HSV(B) | 280.1º | 0.98% | 0.81% | - |
| XYZ | 22.13 | 10.19 | 59.83 | - |
| YUV | 68.39 | 206.23 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 207 | 0.32 | 0.98 | 0 | 0.19 | 280.1 | 0.95 | 0.42 |
| Hex | 8C | 5 | CF | 20 | 62 | 0 | 13 | 118 | 5F | 2A |
| Octal | 214 | 5 | 317 | 40 | 142 | 0 | 23 | 430 | 137 | 52 |
| Binary | 10001100 | 101 | 11001111 | 100000 | 1100010 | 0 | 10011 | 100011000 | 1011111 | 101010 |
Color Harmonies of #8C05CF
Complementary color
Monochromatic Colors of #8C05CF
Black with #8C05CF
Text Example
Text Example
White with #8C05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05CF; }
p { color: rgb(140,5,207); }
H1.HeaderClassName
{
color: #8C05CF;
}
.AnyTagClassName
{
color: #8C05CF;
}
</style>
background-color css
<style>
a { background-color: #8C05CF; }
a { background-color: rgb(140,5,207); }
div.DivClassName
{
background-color: #8C05CF;
}
.BgClassName
{
background-color: #8C05CF;
}
</style>
border-color css
<style>
span { border-color: #8C05CF; }
span { border-color: rgb(140,5,207); }
td.TdClassName
{
border-color: #8C05CF;
}
.TagClassName
{
border-color: #8C05CF;
}
</style>