Shades of Dark Violet #8C08CC
Tints of Dark Violet #8C08CC
RGB
CMYK
RGB Variations
Color information
#8C08CC (or 0x8C08CC) is known color: Dark Violet. HEX triplet: 8C, 08 and CC. RGB value is (140,8,204). Sum of RGB (Red+Green+Blue) = 140+8+204=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C08CC is #73F733. Grayscale: #454545. Windows color (decimal): -7599924 or 13371532. OLE color: 13371532.
HSL color Cylindrical-coordinate representation of color #8C08CC: hue angle of 280.41º 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 #8C08CC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 8 | 204 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.2 |
| HSL | 280.41º | 0.92% | 0.42% | - |
| HSV(B) | 280.41º | 0.96% | 0.8% | - |
| XYZ | 21.8 | 10.11 | 57.93 | - |
| YUV | 69.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 204 | 0.31 | 0.96 | 0 | 0.2 | 280.41 | 0.92 | 0.42 |
| Hex | 8C | 8 | CC | 1F | 60 | 0 | 14 | 118 | 5C | 2A |
| Octal | 214 | 10 | 314 | 37 | 140 | 0 | 24 | 430 | 134 | 52 |
| Binary | 10001100 | 1000 | 11001100 | 11111 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101010 |
Color Harmonies of #8C08CC
Complementary color
Monochromatic Colors of #8C08CC
Black with #8C08CC
Text Example
Text Example
White with #8C08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08CC; }
p { color: rgb(140,8,204); }
H1.HeaderClassName
{
color: #8C08CC;
}
.AnyTagClassName
{
color: #8C08CC;
}
</style>
background-color css
<style>
a { background-color: #8C08CC; }
a { background-color: rgb(140,8,204); }
div.DivClassName
{
background-color: #8C08CC;
}
.BgClassName
{
background-color: #8C08CC;
}
</style>
border-color css
<style>
span { border-color: #8C08CC; }
span { border-color: rgb(140,8,204); }
td.TdClassName
{
border-color: #8C08CC;
}
.TagClassName
{
border-color: #8C08CC;
}
</style>