Shades of Dark Violet #8010BB
Tints of Dark Violet #8010BB
RGB
CMYK
RGB Variations
Color information
#8010BB (or 0x8010BB) is known color: Dark Violet. HEX triplet: 80, 10 and BB. RGB value is (128,16,187). Sum of RGB (Red+Green+Blue) = 128+16+187=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #8010BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BB is #7FEF44. Grayscale: #444444. Windows color (decimal): -8384325 or 12259456. OLE color: 12259456.
HSL color Cylindrical-coordinate representation of color #8010BB: hue angle of 279.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010BB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 16 | 187 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.27 |
| HSL | 279.3º | 0.84% | 0.4% | - |
| HSV(B) | 279.3º | 0.91% | 0.73% | - |
| XYZ | 18.06 | 8.55 | 47.71 | - |
| YUV | 68.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 187 | 0.32 | 0.91 | 0 | 0.27 | 279.3 | 0.84 | 0.4 |
| Hex | 80 | 10 | BB | 20 | 5B | 0 | 1B | 117 | 54 | 28 |
| Octal | 200 | 20 | 273 | 40 | 133 | 0 | 33 | 427 | 124 | 50 |
| Binary | 10000000 | 10000 | 10111011 | 100000 | 1011011 | 0 | 11011 | 100010111 | 1010100 | 101000 |
Color Harmonies of #8010BB
Complementary color
Monochromatic Colors of #8010BB
Black with #8010BB
Text Example
Text Example
White with #8010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010BB; }
p { color: rgb(128,16,187); }
H1.HeaderClassName
{
color: #8010BB;
}
.AnyTagClassName
{
color: #8010BB;
}
</style>
background-color css
<style>
a { background-color: #8010BB; }
a { background-color: rgb(128,16,187); }
div.DivClassName
{
background-color: #8010BB;
}
.BgClassName
{
background-color: #8010BB;
}
</style>
border-color css
<style>
span { border-color: #8010BB; }
span { border-color: rgb(128,16,187); }
td.TdClassName
{
border-color: #8010BB;
}
.TagClassName
{
border-color: #8010BB;
}
</style>