Shades of Dark Violet #8510DD
Tints of Dark Violet #8510DD
RGB
CMYK
RGB Variations
Color information
#8510DD (or 0x8510DD) is known color: Dark Violet. HEX triplet: 85, 10 and DD. RGB value is (133,16,221). Sum of RGB (Red+Green+Blue) = 133+16+221=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8510DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510DD is #7AEF22. Grayscale: #494949. Windows color (decimal): -8056611 or 14487685. OLE color: 14487685.
HSL color Cylindrical-coordinate representation of color #8510DD: hue angle of 274.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510DD is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 16 | 221 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.13 |
| HSL | 274.24º | 0.86% | 0.46% | - |
| HSV(B) | 274.24º | 0.93% | 0.87% | - |
| XYZ | 22.91 | 10.58 | 69.24 | - |
| YUV | 74.35 | 210.76 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 221 | 0.40 | 0.93 | 0 | 0.13 | 274.24 | 0.86 | 0.46 |
| Hex | 85 | 10 | DD | 28 | 5D | 0 | D | 112 | 56 | 2E |
| Octal | 205 | 20 | 335 | 50 | 135 | 0 | 15 | 422 | 126 | 56 |
| Binary | 10000101 | 10000 | 11011101 | 101000 | 1011101 | 0 | 1101 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8510DD
Complementary color
Monochromatic Colors of #8510DD
Black with #8510DD
Text Example
Text Example
White with #8510DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510DD; }
p { color: rgb(133,16,221); }
H1.HeaderClassName
{
color: #8510DD;
}
.AnyTagClassName
{
color: #8510DD;
}
</style>
background-color css
<style>
a { background-color: #8510DD; }
a { background-color: rgb(133,16,221); }
div.DivClassName
{
background-color: #8510DD;
}
.BgClassName
{
background-color: #8510DD;
}
</style>
border-color css
<style>
span { border-color: #8510DD; }
span { border-color: rgb(133,16,221); }
td.TdClassName
{
border-color: #8510DD;
}
.TagClassName
{
border-color: #8510DD;
}
</style>