Shades of Dark Violet #8102CC
Tints of Dark Violet #8102CC
RGB
CMYK
RGB Variations
Color information
#8102CC (or 0x8102CC) is known color: Dark Violet. HEX triplet: 81, 02 and CC. RGB value is (129,2,204). Sum of RGB (Red+Green+Blue) = 129+2+204=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #8102CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102CC is #7EFD33. Grayscale: #3E3E3E. Windows color (decimal): -8322356 or 13369985. OLE color: 13369985.
HSL color Cylindrical-coordinate representation of color #8102CC: hue angle of 277.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102CC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 2 | 204 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.2 |
| HSL | 277.72º | 0.98% | 0.4% | - |
| HSV(B) | 277.72º | 0.99% | 0.8% | - |
| XYZ | 19.97 | 9.07 | 57.82 | - |
| YUV | 63 | 207.58 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 204 | 0.37 | 0.99 | 0 | 0.2 | 277.72 | 0.98 | 0.4 |
| Hex | 81 | 2 | CC | 25 | 63 | 0 | 14 | 116 | 62 | 28 |
| Octal | 201 | 2 | 314 | 45 | 143 | 0 | 24 | 426 | 142 | 50 |
| Binary | 10000001 | 10 | 11001100 | 100101 | 1100011 | 0 | 10100 | 100010110 | 1100010 | 101000 |
Color Harmonies of #8102CC
Complementary color
Monochromatic Colors of #8102CC
Black with #8102CC
Text Example
Text Example
White with #8102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102CC; }
p { color: rgb(129,2,204); }
H1.HeaderClassName
{
color: #8102CC;
}
.AnyTagClassName
{
color: #8102CC;
}
</style>
background-color css
<style>
a { background-color: #8102CC; }
a { background-color: rgb(129,2,204); }
div.DivClassName
{
background-color: #8102CC;
}
.BgClassName
{
background-color: #8102CC;
}
</style>
border-color css
<style>
span { border-color: #8102CC; }
span { border-color: rgb(129,2,204); }
td.TdClassName
{
border-color: #8102CC;
}
.TagClassName
{
border-color: #8102CC;
}
</style>