Shades of Dark Violet #8C01DA
Tints of Dark Violet #8C01DA
RGB
CMYK
RGB Variations
Color information
#8C01DA (or 0x8C01DA) is known color: Dark Violet. HEX triplet: 8C, 01 and DA. RGB value is (140,1,218). Sum of RGB (Red+Green+Blue) = 140+1+218=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C01DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01DA is #73FE25. Grayscale: #424242. Windows color (decimal): -7601702 or 14287244. OLE color: 14287244.
HSL color Cylindrical-coordinate representation of color #8C01DA: hue angle of 278.43º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C01DA is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 1 | 218 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.15 |
| HSL | 278.43º | 0.99% | 0.43% | - |
| HSV(B) | 278.43º | 1% | 0.85% | - |
| XYZ | 23.48 | 10.66 | 67.15 | - |
| YUV | 67.3 | 213.05 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 218 | 0.36 | 1.00 | 0 | 0.15 | 278.43 | 0.99 | 0.43 |
| Hex | 8C | 1 | DA | 24 | 64 | 0 | F | 116 | 63 | 2B |
| Octal | 214 | 1 | 332 | 44 | 144 | 0 | 17 | 426 | 143 | 53 |
| Binary | 10001100 | 1 | 11011010 | 100100 | 1100100 | 0 | 1111 | 100010110 | 1100011 | 101011 |
Color Harmonies of #8C01DA
Complementary color
Monochromatic Colors of #8C01DA
Black with #8C01DA
Text Example
Text Example
White with #8C01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01DA; }
p { color: rgb(140,1,218); }
H1.HeaderClassName
{
color: #8C01DA;
}
.AnyTagClassName
{
color: #8C01DA;
}
</style>
background-color css
<style>
a { background-color: #8C01DA; }
a { background-color: rgb(140,1,218); }
div.DivClassName
{
background-color: #8C01DA;
}
.BgClassName
{
background-color: #8C01DA;
}
</style>
border-color css
<style>
span { border-color: #8C01DA; }
span { border-color: rgb(140,1,218); }
td.TdClassName
{
border-color: #8C01DA;
}
.TagClassName
{
border-color: #8C01DA;
}
</style>