Shades of Dark Violet #8C01BD
Tints of Dark Violet #8C01BD
RGB
CMYK
RGB Variations
Color information
#8C01BD (or 0x8C01BD) is known color: Dark Violet. HEX triplet: 8C, 01 and BD. RGB value is (140,1,189). Sum of RGB (Red+Green+Blue) = 140+1+189=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C01BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BD is #73FE42. Grayscale: #3F3F3F. Windows color (decimal): -7601731 or 12386700. OLE color: 12386700.
HSL color Cylindrical-coordinate representation of color #8C01BD: hue angle of 284.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C01BD is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 1 | 189 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.26 |
| HSL | 284.36º | 0.99% | 0.37% | - |
| HSV(B) | 284.36º | 0.99% | 0.74% | - |
| XYZ | 20.01 | 9.27 | 48.88 | - |
| YUV | 63.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 189 | 0.26 | 0.99 | 0 | 0.26 | 284.36 | 0.99 | 0.37 |
| Hex | 8C | 1 | BD | 1A | 63 | 0 | 1A | 11C | 63 | 25 |
| Octal | 214 | 1 | 275 | 32 | 143 | 0 | 32 | 434 | 143 | 45 |
| Binary | 10001100 | 1 | 10111101 | 11010 | 1100011 | 0 | 11010 | 100011100 | 1100011 | 100101 |
Color Harmonies of #8C01BD
Complementary color
Monochromatic Colors of #8C01BD
Black with #8C01BD
Text Example
Text Example
White with #8C01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C01BD; }
p { color: rgb(140,1,189); }
H1.HeaderClassName
{
color: #8C01BD;
}
.AnyTagClassName
{
color: #8C01BD;
}
</style>
background-color css
<style>
a { background-color: #8C01BD; }
a { background-color: rgb(140,1,189); }
div.DivClassName
{
background-color: #8C01BD;
}
.BgClassName
{
background-color: #8C01BD;
}
</style>
border-color css
<style>
span { border-color: #8C01BD; }
span { border-color: rgb(140,1,189); }
td.TdClassName
{
border-color: #8C01BD;
}
.TagClassName
{
border-color: #8C01BD;
}
</style>