Shades of Dark Violet #8505DB
Tints of Dark Violet #8505DB
RGB
CMYK
RGB Variations
Color information
#8505DB (or 0x8505DB) is known color: Dark Violet. HEX triplet: 85, 05 and DB. RGB value is (133,5,219). Sum of RGB (Red+Green+Blue) = 133+5+219=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #8505DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505DB is #7AFA24. Grayscale: #424242. Windows color (decimal): -8059429 or 14353797. OLE color: 14353797.
HSL color Cylindrical-coordinate representation of color #8505DB: hue angle of 275.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505DB is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 5 | 219 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.14 |
| HSL | 275.89º | 0.96% | 0.44% | - |
| HSV(B) | 275.89º | 0.98% | 0.86% | - |
| XYZ | 22.51 | 10.21 | 67.8 | - |
| YUV | 67.67 | 213.41 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 219 | 0.39 | 0.98 | 0 | 0.14 | 275.89 | 0.96 | 0.44 |
| Hex | 85 | 5 | DB | 27 | 62 | 0 | E | 114 | 60 | 2C |
| Octal | 205 | 5 | 333 | 47 | 142 | 0 | 16 | 424 | 140 | 54 |
| Binary | 10000101 | 101 | 11011011 | 100111 | 1100010 | 0 | 1110 | 100010100 | 1100000 | 101100 |
Color Harmonies of #8505DB
Complementary color
Monochromatic Colors of #8505DB
Black with #8505DB
Text Example
Text Example
White with #8505DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505DB; }
p { color: rgb(133,5,219); }
H1.HeaderClassName
{
color: #8505DB;
}
.AnyTagClassName
{
color: #8505DB;
}
</style>
background-color css
<style>
a { background-color: #8505DB; }
a { background-color: rgb(133,5,219); }
div.DivClassName
{
background-color: #8505DB;
}
.BgClassName
{
background-color: #8505DB;
}
</style>
border-color css
<style>
span { border-color: #8505DB; }
span { border-color: rgb(133,5,219); }
td.TdClassName
{
border-color: #8505DB;
}
.TagClassName
{
border-color: #8505DB;
}
</style>