Shades of Dark Violet #8C05CD
Tints of Dark Violet #8C05CD
RGB
CMYK
RGB Variations
Color information
#8C05CD (or 0x8C05CD) is known color: Dark Violet. HEX triplet: 8C, 05 and CD. RGB value is (140,5,205). Sum of RGB (Red+Green+Blue) = 140+5+205=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C05CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C05CD is #73FA32. Grayscale: #434343. Windows color (decimal): -7600691 or 13436300. OLE color: 13436300.
HSL color Cylindrical-coordinate representation of color #8C05CD: hue angle of 280.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05CD is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 5 | 205 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.20 |
| HSL | 280.5º | 0.95% | 0.41% | - |
| HSV(B) | 280.5º | 0.98% | 0.8% | - |
| XYZ | 21.89 | 10.09 | 58.55 | - |
| YUV | 68.17 | 205.23 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 205 | 0.32 | 0.98 | 0 | 0.20 | 280.5 | 0.95 | 0.41 |
| Hex | 8C | 5 | CD | 20 | 62 | 0 | 14 | 118 | 5F | 29 |
| Octal | 214 | 5 | 315 | 40 | 142 | 0 | 24 | 430 | 137 | 51 |
| Binary | 10001100 | 101 | 11001101 | 100000 | 1100010 | 0 | 10100 | 100011000 | 1011111 | 101001 |
Color Harmonies of #8C05CD
Complementary color
Monochromatic Colors of #8C05CD
Black with #8C05CD
Text Example
Text Example
White with #8C05CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05CD; }
p { color: rgb(140,5,205); }
H1.HeaderClassName
{
color: #8C05CD;
}
.AnyTagClassName
{
color: #8C05CD;
}
</style>
background-color css
<style>
a { background-color: #8C05CD; }
a { background-color: rgb(140,5,205); }
div.DivClassName
{
background-color: #8C05CD;
}
.BgClassName
{
background-color: #8C05CD;
}
</style>
border-color css
<style>
span { border-color: #8C05CD; }
span { border-color: rgb(140,5,205); }
td.TdClassName
{
border-color: #8C05CD;
}
.TagClassName
{
border-color: #8C05CD;
}
</style>