Shades of Dark Violet #8C08CD
Tints of Dark Violet #8C08CD
RGB
CMYK
RGB Variations
Color information
#8C08CD (or 0x8C08CD) is known color: Dark Violet. HEX triplet: 8C, 08 and CD. RGB value is (140,8,205). Sum of RGB (Red+Green+Blue) = 140+8+205=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C08CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08CD is #73F732. Grayscale: #454545. Windows color (decimal): -7599923 or 13437068. OLE color: 13437068.
HSL color Cylindrical-coordinate representation of color #8C08CD: hue angle of 280.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C08CD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 8 | 205 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.20 |
| HSL | 280.2º | 0.92% | 0.42% | - |
| HSV(B) | 280.2º | 0.96% | 0.8% | - |
| XYZ | 21.92 | 10.16 | 58.56 | - |
| YUV | 69.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 205 | 0.32 | 0.96 | 0 | 0.20 | 280.2 | 0.92 | 0.42 |
| Hex | 8C | 8 | CD | 20 | 60 | 0 | 14 | 118 | 5C | 2A |
| Octal | 214 | 10 | 315 | 40 | 140 | 0 | 24 | 430 | 134 | 52 |
| Binary | 10001100 | 1000 | 11001101 | 100000 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101010 |
Color Harmonies of #8C08CD
Complementary color
Monochromatic Colors of #8C08CD
Black with #8C08CD
Text Example
Text Example
White with #8C08CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08CD; }
p { color: rgb(140,8,205); }
H1.HeaderClassName
{
color: #8C08CD;
}
.AnyTagClassName
{
color: #8C08CD;
}
</style>
background-color css
<style>
a { background-color: #8C08CD; }
a { background-color: rgb(140,8,205); }
div.DivClassName
{
background-color: #8C08CD;
}
.BgClassName
{
background-color: #8C08CD;
}
</style>
border-color css
<style>
span { border-color: #8C08CD; }
span { border-color: rgb(140,8,205); }
td.TdClassName
{
border-color: #8C08CD;
}
.TagClassName
{
border-color: #8C08CD;
}
</style>