Shades of Dark Violet #8516BF
Tints of Dark Violet #8516BF
RGB
CMYK
RGB Variations
Color information
#8516BF (or 0x8516BF) is known color: Dark Violet. HEX triplet: 85, 16 and BF. RGB value is (133,22,191). Sum of RGB (Red+Green+Blue) = 133+22+191=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #8516BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516BF is #7AE940. Grayscale: #494949. Windows color (decimal): -8055105 or 12523141. OLE color: 12523141.
HSL color Cylindrical-coordinate representation of color #8516BF: hue angle of 279.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8516BF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 22 | 191 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.25 |
| HSL | 279.41º | 0.79% | 0.42% | - |
| HSV(B) | 279.41º | 0.88% | 0.75% | - |
| XYZ | 19.36 | 9.32 | 50.07 | - |
| YUV | 74.46 | 193.77 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 191 | 0.30 | 0.88 | 0 | 0.25 | 279.41 | 0.79 | 0.42 |
| Hex | 85 | 16 | BF | 1E | 58 | 0 | 19 | 117 | 4F | 2A |
| Octal | 205 | 26 | 277 | 36 | 130 | 0 | 31 | 427 | 117 | 52 |
| Binary | 10000101 | 10110 | 10111111 | 11110 | 1011000 | 0 | 11001 | 100010111 | 1001111 | 101010 |
Color Harmonies of #8516BF
Complementary color
Monochromatic Colors of #8516BF
Black with #8516BF
Text Example
Text Example
White with #8516BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516BF; }
p { color: rgb(133,22,191); }
H1.HeaderClassName
{
color: #8516BF;
}
.AnyTagClassName
{
color: #8516BF;
}
</style>
background-color css
<style>
a { background-color: #8516BF; }
a { background-color: rgb(133,22,191); }
div.DivClassName
{
background-color: #8516BF;
}
.BgClassName
{
background-color: #8516BF;
}
</style>
border-color css
<style>
span { border-color: #8516BF; }
span { border-color: rgb(133,22,191); }
td.TdClassName
{
border-color: #8516BF;
}
.TagClassName
{
border-color: #8516BF;
}
</style>