Shades of Dark Violet #8102BC
Tints of Dark Violet #8102BC
RGB
CMYK
RGB Variations
Color information
#8102BC (or 0x8102BC) is known color: Dark Violet. HEX triplet: 81, 02 and BC. RGB value is (129,2,188). Sum of RGB (Red+Green+Blue) = 129+2+188=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #8102BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102BC is #7EFD43. Grayscale: #3C3C3C. Windows color (decimal): -8322372 or 12321409. OLE color: 12321409.
HSL color Cylindrical-coordinate representation of color #8102BC: hue angle of 280.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102BC is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 2 | 188 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.26 |
| HSL | 280.97º | 0.98% | 0.37% | - |
| HSV(B) | 280.97º | 0.99% | 0.74% | - |
| XYZ | 18.15 | 8.34 | 48.23 | - |
| YUV | 61.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 188 | 0.31 | 0.99 | 0 | 0.26 | 280.97 | 0.98 | 0.37 |
| Hex | 81 | 2 | BC | 1F | 63 | 0 | 1A | 119 | 62 | 25 |
| Octal | 201 | 2 | 274 | 37 | 143 | 0 | 32 | 431 | 142 | 45 |
| Binary | 10000001 | 10 | 10111100 | 11111 | 1100011 | 0 | 11010 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8102BC
Complementary color
Monochromatic Colors of #8102BC
Black with #8102BC
Text Example
Text Example
White with #8102BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102BC; }
p { color: rgb(129,2,188); }
H1.HeaderClassName
{
color: #8102BC;
}
.AnyTagClassName
{
color: #8102BC;
}
</style>
background-color css
<style>
a { background-color: #8102BC; }
a { background-color: rgb(129,2,188); }
div.DivClassName
{
background-color: #8102BC;
}
.BgClassName
{
background-color: #8102BC;
}
</style>
border-color css
<style>
span { border-color: #8102BC; }
span { border-color: rgb(129,2,188); }
td.TdClassName
{
border-color: #8102BC;
}
.TagClassName
{
border-color: #8102BC;
}
</style>