Shades of Dark Violet #8C07DA
Tints of Dark Violet #8C07DA
RGB
CMYK
RGB Variations
Color information
#8C07DA (or 0x8C07DA) is known color: Dark Violet. HEX triplet: 8C, 07 and DA. RGB value is (140,7,218). Sum of RGB (Red+Green+Blue) = 140+7+218=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C07DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07DA is #73F825. Grayscale: #464646. Windows color (decimal): -7600166 or 14288780. OLE color: 14288780.
HSL color Cylindrical-coordinate representation of color #8C07DA: hue angle of 277.82º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07DA is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 7 | 218 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.15 |
| HSL | 277.82º | 0.94% | 0.44% | - |
| HSV(B) | 277.82º | 0.97% | 0.85% | - |
| XYZ | 23.55 | 10.79 | 67.17 | - |
| YUV | 70.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 218 | 0.36 | 0.97 | 0 | 0.15 | 277.82 | 0.94 | 0.44 |
| Hex | 8C | 7 | DA | 24 | 61 | 0 | F | 116 | 5E | 2C |
| Octal | 214 | 7 | 332 | 44 | 141 | 0 | 17 | 426 | 136 | 54 |
| Binary | 10001100 | 111 | 11011010 | 100100 | 1100001 | 0 | 1111 | 100010110 | 1011110 | 101100 |
Color Harmonies of #8C07DA
Complementary color
Monochromatic Colors of #8C07DA
Black with #8C07DA
Text Example
Text Example
White with #8C07DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C07DA; }
p { color: rgb(140,7,218); }
H1.HeaderClassName
{
color: #8C07DA;
}
.AnyTagClassName
{
color: #8C07DA;
}
</style>
background-color css
<style>
a { background-color: #8C07DA; }
a { background-color: rgb(140,7,218); }
div.DivClassName
{
background-color: #8C07DA;
}
.BgClassName
{
background-color: #8C07DA;
}
</style>
border-color css
<style>
span { border-color: #8C07DA; }
span { border-color: rgb(140,7,218); }
td.TdClassName
{
border-color: #8C07DA;
}
.TagClassName
{
border-color: #8C07DA;
}
</style>