Shades of Dark Violet #8010BE
Tints of Dark Violet #8010BE
RGB
CMYK
RGB Variations
Color information
#8010BE (or 0x8010BE) is known color: Dark Violet. HEX triplet: 80, 10 and BE. RGB value is (128,16,190). Sum of RGB (Red+Green+Blue) = 128+16+190=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8010BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BE is #7FEF41. Grayscale: #444444. Windows color (decimal): -8384322 or 12456064. OLE color: 12456064.
HSL color Cylindrical-coordinate representation of color #8010BE: hue angle of 278.62º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010BE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 16 | 190 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.25 |
| HSL | 278.62º | 0.84% | 0.4% | - |
| HSV(B) | 278.62º | 0.92% | 0.75% | - |
| XYZ | 18.38 | 8.68 | 49.42 | - |
| YUV | 69.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 190 | 0.33 | 0.92 | 0 | 0.25 | 278.62 | 0.84 | 0.4 |
| Hex | 80 | 10 | BE | 21 | 5C | 0 | 19 | 117 | 54 | 28 |
| Octal | 200 | 20 | 276 | 41 | 134 | 0 | 31 | 427 | 124 | 50 |
| Binary | 10000000 | 10000 | 10111110 | 100001 | 1011100 | 0 | 11001 | 100010111 | 1010100 | 101000 |
Color Harmonies of #8010BE
Complementary color
Monochromatic Colors of #8010BE
Black with #8010BE
Text Example
Text Example
White with #8010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010BE; }
p { color: rgb(128,16,190); }
H1.HeaderClassName
{
color: #8010BE;
}
.AnyTagClassName
{
color: #8010BE;
}
</style>
background-color css
<style>
a { background-color: #8010BE; }
a { background-color: rgb(128,16,190); }
div.DivClassName
{
background-color: #8010BE;
}
.BgClassName
{
background-color: #8010BE;
}
</style>
border-color css
<style>
span { border-color: #8010BE; }
span { border-color: rgb(128,16,190); }
td.TdClassName
{
border-color: #8010BE;
}
.TagClassName
{
border-color: #8010BE;
}
</style>