Shades of Dark Violet #8506DB
Tints of Dark Violet #8506DB
RGB
CMYK
RGB Variations
Color information
#8506DB (or 0x8506DB) is known color: Dark Violet. HEX triplet: 85, 06 and DB. RGB value is (133,6,219). Sum of RGB (Red+Green+Blue) = 133+6+219=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #8506DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506DB is #7AF924. Grayscale: #434343. Windows color (decimal): -8059173 or 14354053. OLE color: 14354053.
HSL color Cylindrical-coordinate representation of color #8506DB: hue angle of 275.77º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506DB is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 6 | 219 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.14 |
| HSL | 275.77º | 0.95% | 0.44% | - |
| HSV(B) | 275.77º | 0.97% | 0.86% | - |
| XYZ | 22.52 | 10.23 | 67.81 | - |
| YUV | 68.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 219 | 0.39 | 0.97 | 0 | 0.14 | 275.77 | 0.95 | 0.44 |
| Hex | 85 | 6 | DB | 27 | 61 | 0 | E | 114 | 5F | 2C |
| Octal | 205 | 6 | 333 | 47 | 141 | 0 | 16 | 424 | 137 | 54 |
| Binary | 10000101 | 110 | 11011011 | 100111 | 1100001 | 0 | 1110 | 100010100 | 1011111 | 101100 |
Color Harmonies of #8506DB
Complementary color
Monochromatic Colors of #8506DB
Black with #8506DB
Text Example
Text Example
White with #8506DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506DB; }
p { color: rgb(133,6,219); }
H1.HeaderClassName
{
color: #8506DB;
}
.AnyTagClassName
{
color: #8506DB;
}
</style>
background-color css
<style>
a { background-color: #8506DB; }
a { background-color: rgb(133,6,219); }
div.DivClassName
{
background-color: #8506DB;
}
.BgClassName
{
background-color: #8506DB;
}
</style>
border-color css
<style>
span { border-color: #8506DB; }
span { border-color: rgb(133,6,219); }
td.TdClassName
{
border-color: #8506DB;
}
.TagClassName
{
border-color: #8506DB;
}
</style>