Shades of Dark Violet #8310DD
Tints of Dark Violet #8310DD
RGB
CMYK
RGB Variations
Color information
#8310DD (or 0x8310DD) is known color: Dark Violet. HEX triplet: 83, 10 and DD. RGB value is (131,16,221). Sum of RGB (Red+Green+Blue) = 131+16+221=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #8310DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310DD is #7CEF22. Grayscale: #494949. Windows color (decimal): -8187683 or 14487683. OLE color: 14487683.
HSL color Cylindrical-coordinate representation of color #8310DD: hue angle of 273.66º 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 #8310DD is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 16 | 221 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.13 |
| HSL | 273.66º | 0.86% | 0.46% | - |
| HSV(B) | 273.66º | 0.93% | 0.87% | - |
| XYZ | 22.6 | 10.42 | 69.23 | - |
| YUV | 73.76 | 211.1 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 221 | 0.41 | 0.93 | 0 | 0.13 | 273.66 | 0.86 | 0.46 |
| Hex | 83 | 10 | DD | 29 | 5D | 0 | D | 112 | 56 | 2E |
| Octal | 203 | 20 | 335 | 51 | 135 | 0 | 15 | 422 | 126 | 56 |
| Binary | 10000011 | 10000 | 11011101 | 101001 | 1011101 | 0 | 1101 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8310DD
Complementary color
Monochromatic Colors of #8310DD
Black with #8310DD
Text Example
Text Example
White with #8310DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8310DD; }
p { color: rgb(131,16,221); }
H1.HeaderClassName
{
color: #8310DD;
}
.AnyTagClassName
{
color: #8310DD;
}
</style>
background-color css
<style>
a { background-color: #8310DD; }
a { background-color: rgb(131,16,221); }
div.DivClassName
{
background-color: #8310DD;
}
.BgClassName
{
background-color: #8310DD;
}
</style>
border-color css
<style>
span { border-color: #8310DD; }
span { border-color: rgb(131,16,221); }
td.TdClassName
{
border-color: #8310DD;
}
.TagClassName
{
border-color: #8310DD;
}
</style>