Shades of Blue Violet #8010DD
Tints of Blue Violet #8010DD
RGB
CMYK
RGB Variations
Color information
#8010DD (or 0x8010DD) is known color: Blue Violet. HEX triplet: 80, 10 and DD. RGB value is (128,16,221). Sum of RGB (Red+Green+Blue) = 128+16+221=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #8010DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010DD is #7FEF22. Grayscale: #484848. Windows color (decimal): -8384291 or 14487680. OLE color: 14487680.
HSL color Cylindrical-coordinate representation of color #8010DD: hue angle of 272.78º 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 #8010DD is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 16 | 221 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.13 |
| HSL | 272.78º | 0.86% | 0.46% | - |
| HSV(B) | 272.78º | 0.93% | 0.87% | - |
| XYZ | 22.14 | 10.18 | 69.2 | - |
| YUV | 72.86 | 211.61 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 221 | 0.42 | 0.93 | 0 | 0.13 | 272.78 | 0.86 | 0.46 |
| Hex | 80 | 10 | DD | 2A | 5D | 0 | D | 111 | 56 | 2E |
| Octal | 200 | 20 | 335 | 52 | 135 | 0 | 15 | 421 | 126 | 56 |
| Binary | 10000000 | 10000 | 11011101 | 101010 | 1011101 | 0 | 1101 | 100010001 | 1010110 | 101110 |
Color Harmonies of #8010DD
Complementary color
Monochromatic Colors of #8010DD
Black with #8010DD
Text Example
Text Example
White with #8010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010DD; }
p { color: rgb(128,16,221); }
H1.HeaderClassName
{
color: #8010DD;
}
.AnyTagClassName
{
color: #8010DD;
}
</style>
background-color css
<style>
a { background-color: #8010DD; }
a { background-color: rgb(128,16,221); }
div.DivClassName
{
background-color: #8010DD;
}
.BgClassName
{
background-color: #8010DD;
}
</style>
border-color css
<style>
span { border-color: #8010DD; }
span { border-color: rgb(128,16,221); }
td.TdClassName
{
border-color: #8010DD;
}
.TagClassName
{
border-color: #8010DD;
}
</style>