Shades of Dark Violet #8C01BF
Tints of Dark Violet #8C01BF
RGB
CMYK
RGB Variations
Color information
#8C01BF (or 0x8C01BF) is known color: Dark Violet. HEX triplet: 8C, 01 and BF. RGB value is (140,1,191). Sum of RGB (Red+Green+Blue) = 140+1+191=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C01BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BF is #73FE40. Grayscale: #3F3F3F. Windows color (decimal): -7601729 or 12517772. OLE color: 12517772.
HSL color Cylindrical-coordinate representation of color #8C01BF: hue angle of 283.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C01BF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 1 | 191 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.25 |
| HSL | 283.89º | 0.99% | 0.38% | - |
| HSV(B) | 283.89º | 0.99% | 0.75% | - |
| XYZ | 20.23 | 9.36 | 50.03 | - |
| YUV | 64.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 191 | 0.27 | 0.99 | 0 | 0.25 | 283.89 | 0.99 | 0.38 |
| Hex | 8C | 1 | BF | 1B | 63 | 0 | 19 | 11C | 63 | 26 |
| Octal | 214 | 1 | 277 | 33 | 143 | 0 | 31 | 434 | 143 | 46 |
| Binary | 10001100 | 1 | 10111111 | 11011 | 1100011 | 0 | 11001 | 100011100 | 1100011 | 100110 |
Color Harmonies of #8C01BF
Complementary color
Monochromatic Colors of #8C01BF
Black with #8C01BF
Text Example
Text Example
White with #8C01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01BF; }
p { color: rgb(140,1,191); }
H1.HeaderClassName
{
color: #8C01BF;
}
.AnyTagClassName
{
color: #8C01BF;
}
</style>
background-color css
<style>
a { background-color: #8C01BF; }
a { background-color: rgb(140,1,191); }
div.DivClassName
{
background-color: #8C01BF;
}
.BgClassName
{
background-color: #8C01BF;
}
</style>
border-color css
<style>
span { border-color: #8C01BF; }
span { border-color: rgb(140,1,191); }
td.TdClassName
{
border-color: #8C01BF;
}
.TagClassName
{
border-color: #8C01BF;
}
</style>