Shades of Dark Violet #8010BC
Tints of Dark Violet #8010BC
RGB
CMYK
RGB Variations
Color information
#8010BC (or 0x8010BC) is known color: Dark Violet. HEX triplet: 80, 10 and BC. RGB value is (128,16,188). Sum of RGB (Red+Green+Blue) = 128+16+188=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #8010BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BC is #7FEF43. Grayscale: #444444. Windows color (decimal): -8384324 or 12324992. OLE color: 12324992.
HSL color Cylindrical-coordinate representation of color #8010BC: hue angle of 279.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010BC is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 16 | 188 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.26 |
| HSL | 279.07º | 0.84% | 0.4% | - |
| HSV(B) | 279.07º | 0.91% | 0.74% | - |
| XYZ | 18.16 | 8.59 | 48.28 | - |
| YUV | 69.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 188 | 0.32 | 0.91 | 0 | 0.26 | 279.07 | 0.84 | 0.4 |
| Hex | 80 | 10 | BC | 20 | 5B | 0 | 1A | 117 | 54 | 28 |
| Octal | 200 | 20 | 274 | 40 | 133 | 0 | 32 | 427 | 124 | 50 |
| Binary | 10000000 | 10000 | 10111100 | 100000 | 1011011 | 0 | 11010 | 100010111 | 1010100 | 101000 |
Color Harmonies of #8010BC
Complementary color
Monochromatic Colors of #8010BC
Black with #8010BC
Text Example
Text Example
White with #8010BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010BC; }
p { color: rgb(128,16,188); }
H1.HeaderClassName
{
color: #8010BC;
}
.AnyTagClassName
{
color: #8010BC;
}
</style>
background-color css
<style>
a { background-color: #8010BC; }
a { background-color: rgb(128,16,188); }
div.DivClassName
{
background-color: #8010BC;
}
.BgClassName
{
background-color: #8010BC;
}
</style>
border-color css
<style>
span { border-color: #8010BC; }
span { border-color: rgb(128,16,188); }
td.TdClassName
{
border-color: #8010BC;
}
.TagClassName
{
border-color: #8010BC;
}
</style>