Shades of Dark Violet #8516BB
Tints of Dark Violet #8516BB
RGB
CMYK
RGB Variations
Color information
#8516BB (or 0x8516BB) is known color: Dark Violet. HEX triplet: 85, 16 and BB. RGB value is (133,22,187). Sum of RGB (Red+Green+Blue) = 133+22+187=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #8516BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516BB is #7AE944. Grayscale: #494949. Windows color (decimal): -8055109 or 12260997. OLE color: 12260997.
HSL color Cylindrical-coordinate representation of color #8516BB: hue angle of 280.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8516BB is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 22 | 187 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.27 |
| HSL | 280.36º | 0.79% | 0.41% | - |
| HSV(B) | 280.36º | 0.88% | 0.73% | - |
| XYZ | 18.93 | 9.15 | 47.78 | - |
| YUV | 74 | 191.77 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 187 | 0.29 | 0.88 | 0 | 0.27 | 280.36 | 0.79 | 0.41 |
| Hex | 85 | 16 | BB | 1D | 58 | 0 | 1B | 118 | 4F | 29 |
| Octal | 205 | 26 | 273 | 35 | 130 | 0 | 33 | 430 | 117 | 51 |
| Binary | 10000101 | 10110 | 10111011 | 11101 | 1011000 | 0 | 11011 | 100011000 | 1001111 | 101001 |
Color Harmonies of #8516BB
Complementary color
Monochromatic Colors of #8516BB
Black with #8516BB
Text Example
Text Example
White with #8516BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8516BB; }
p { color: rgb(133,22,187); }
H1.HeaderClassName
{
color: #8516BB;
}
.AnyTagClassName
{
color: #8516BB;
}
</style>
background-color css
<style>
a { background-color: #8516BB; }
a { background-color: rgb(133,22,187); }
div.DivClassName
{
background-color: #8516BB;
}
.BgClassName
{
background-color: #8516BB;
}
</style>
border-color css
<style>
span { border-color: #8516BB; }
span { border-color: rgb(133,22,187); }
td.TdClassName
{
border-color: #8516BB;
}
.TagClassName
{
border-color: #8516BB;
}
</style>