Shades of Dark Violet #8102C0
Tints of Dark Violet #8102C0
RGB
CMYK
RGB Variations
Color information
#8102C0 (or 0x8102C0) is known color: Dark Violet. HEX triplet: 81, 02 and C0. RGB value is (129,2,192). Sum of RGB (Red+Green+Blue) = 129+2+192=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #8102C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102C0 is #7EFD3F. Grayscale: #3D3D3D. Windows color (decimal): -8322368 or 12583553. OLE color: 12583553.
HSL color Cylindrical-coordinate representation of color #8102C0: hue angle of 280.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102C0 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 2 | 192 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.25 |
| HSL | 280.11º | 0.98% | 0.38% | - |
| HSV(B) | 280.11º | 0.99% | 0.75% | - |
| XYZ | 18.59 | 8.52 | 50.53 | - |
| YUV | 61.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 192 | 0.33 | 0.99 | 0 | 0.25 | 280.11 | 0.98 | 0.38 |
| Hex | 81 | 2 | C0 | 21 | 63 | 0 | 19 | 118 | 62 | 26 |
| Octal | 201 | 2 | 300 | 41 | 143 | 0 | 31 | 430 | 142 | 46 |
| Binary | 10000001 | 10 | 11000000 | 100001 | 1100011 | 0 | 11001 | 100011000 | 1100010 | 100110 |
Color Harmonies of #8102C0
Complementary color
Monochromatic Colors of #8102C0
Black with #8102C0
Text Example
Text Example
White with #8102C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102C0; }
p { color: rgb(129,2,192); }
H1.HeaderClassName
{
color: #8102C0;
}
.AnyTagClassName
{
color: #8102C0;
}
</style>
background-color css
<style>
a { background-color: #8102C0; }
a { background-color: rgb(129,2,192); }
div.DivClassName
{
background-color: #8102C0;
}
.BgClassName
{
background-color: #8102C0;
}
</style>
border-color css
<style>
span { border-color: #8102C0; }
span { border-color: rgb(129,2,192); }
td.TdClassName
{
border-color: #8102C0;
}
.TagClassName
{
border-color: #8102C0;
}
</style>