Shades of Dark Violet #8500BC
Tints of Dark Violet #8500BC
RGB
CMYK
RGB Variations
Color information
#8500BC (or 0x8500BC) is known color: Dark Violet. HEX triplet: 85, 00 and BC. RGB value is (133,0,188). Sum of RGB (Red+Green+Blue) = 133+0+188=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #8500BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500BC is #7AFF43. Grayscale: #3C3C3C. Windows color (decimal): -8060740 or 12320901. OLE color: 12320901.
HSL color Cylindrical-coordinate representation of color #8500BC: hue angle of 282.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500BC is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 0 | 188 | - |
| CMYK | 0.29 | 1 | 0 | 0.26 |
| HSL | 282.45º | 1% | 0.37% | - |
| HSV(B) | 282.45º | 1% | 0.74% | - |
| XYZ | 18.75 | 8.62 | 48.25 | - |
| YUV | 61.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 188 | 0.29 | 1 | 0 | 0.26 | 282.45 | 1 | 0.37 |
| Hex | 85 | 0 | BC | 1D | 64 | 0 | 1A | 11A | 64 | 25 |
| Octal | 205 | 0 | 274 | 35 | 144 | 0 | 32 | 432 | 144 | 45 |
| Binary | 10000101 | 0 | 10111100 | 11101 | 1100100 | 0 | 11010 | 100011010 | 1100100 | 100101 |
Color Harmonies of #8500BC
Complementary color
Monochromatic Colors of #8500BC
Black with #8500BC
Text Example
Text Example
White with #8500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500BC; }
p { color: rgb(133,0,188); }
H1.HeaderClassName
{
color: #8500BC;
}
.AnyTagClassName
{
color: #8500BC;
}
</style>
background-color css
<style>
a { background-color: #8500BC; }
a { background-color: rgb(133,0,188); }
div.DivClassName
{
background-color: #8500BC;
}
.BgClassName
{
background-color: #8500BC;
}
</style>
border-color css
<style>
span { border-color: #8500BC; }
span { border-color: rgb(133,0,188); }
td.TdClassName
{
border-color: #8500BC;
}
.TagClassName
{
border-color: #8500BC;
}
</style>