Shades of Dark Violet #8102BA
Tints of Dark Violet #8102BA
RGB
CMYK
RGB Variations
Color information
#8102BA (or 0x8102BA) is known color: Dark Violet. HEX triplet: 81, 02 and BA. RGB value is (129,2,186). Sum of RGB (Red+Green+Blue) = 129+2+186=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #8102BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102BA is #7EFD45. Grayscale: #3C3C3C. Windows color (decimal): -8322374 or 12190337. OLE color: 12190337.
HSL color Cylindrical-coordinate representation of color #8102BA: hue angle of 281.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102BA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 2 | 186 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.27 |
| HSL | 281.41º | 0.98% | 0.37% | - |
| HSV(B) | 281.41º | 0.99% | 0.73% | - |
| XYZ | 17.94 | 8.26 | 47.1 | - |
| YUV | 60.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 186 | 0.31 | 0.99 | 0 | 0.27 | 281.41 | 0.98 | 0.37 |
| Hex | 81 | 2 | BA | 1F | 63 | 0 | 1B | 119 | 62 | 25 |
| Octal | 201 | 2 | 272 | 37 | 143 | 0 | 33 | 431 | 142 | 45 |
| Binary | 10000001 | 10 | 10111010 | 11111 | 1100011 | 0 | 11011 | 100011001 | 1100010 | 100101 |
Color Harmonies of #8102BA
Complementary color
Monochromatic Colors of #8102BA
Black with #8102BA
Text Example
Text Example
White with #8102BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102BA; }
p { color: rgb(129,2,186); }
H1.HeaderClassName
{
color: #8102BA;
}
.AnyTagClassName
{
color: #8102BA;
}
</style>
background-color css
<style>
a { background-color: #8102BA; }
a { background-color: rgb(129,2,186); }
div.DivClassName
{
background-color: #8102BA;
}
.BgClassName
{
background-color: #8102BA;
}
</style>
border-color css
<style>
span { border-color: #8102BA; }
span { border-color: rgb(129,2,186); }
td.TdClassName
{
border-color: #8102BA;
}
.TagClassName
{
border-color: #8102BA;
}
</style>