Shades of Dark Violet #8102C1
Tints of Dark Violet #8102C1
RGB
CMYK
RGB Variations
Color information
#8102C1 (or 0x8102C1) is known color: Dark Violet. HEX triplet: 81, 02 and C1. RGB value is (129,2,193). Sum of RGB (Red+Green+Blue) = 129+2+193=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #8102C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102C1 is #7EFD3E. Grayscale: #3D3D3D. Windows color (decimal): -8322367 or 12649089. OLE color: 12649089.
HSL color Cylindrical-coordinate representation of color #8102C1: hue angle of 279.9º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102C1 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 2 | 193 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.24 |
| HSL | 279.9º | 0.98% | 0.38% | - |
| HSV(B) | 279.9º | 0.99% | 0.76% | - |
| XYZ | 18.7 | 8.56 | 51.12 | - |
| YUV | 61.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 193 | 0.33 | 0.99 | 0 | 0.24 | 279.9 | 0.98 | 0.38 |
| Hex | 81 | 2 | C1 | 21 | 63 | 0 | 18 | 118 | 62 | 26 |
| Octal | 201 | 2 | 301 | 41 | 143 | 0 | 30 | 430 | 142 | 46 |
| Binary | 10000001 | 10 | 11000001 | 100001 | 1100011 | 0 | 11000 | 100011000 | 1100010 | 100110 |
Color Harmonies of #8102C1
Complementary color
Monochromatic Colors of #8102C1
Black with #8102C1
Text Example
Text Example
White with #8102C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102C1; }
p { color: rgb(129,2,193); }
H1.HeaderClassName
{
color: #8102C1;
}
.AnyTagClassName
{
color: #8102C1;
}
</style>
background-color css
<style>
a { background-color: #8102C1; }
a { background-color: rgb(129,2,193); }
div.DivClassName
{
background-color: #8102C1;
}
.BgClassName
{
background-color: #8102C1;
}
</style>
border-color css
<style>
span { border-color: #8102C1; }
span { border-color: rgb(129,2,193); }
td.TdClassName
{
border-color: #8102C1;
}
.TagClassName
{
border-color: #8102C1;
}
</style>