Shades of Dark Violet #8102D7
Tints of Dark Violet #8102D7
RGB
CMYK
RGB Variations
Color information
#8102D7 (or 0x8102D7) is known color: Dark Violet. HEX triplet: 81, 02 and D7. RGB value is (129,2,215). Sum of RGB (Red+Green+Blue) = 129+2+215=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #8102D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102D7 is #7EFD28. Grayscale: #3F3F3F. Windows color (decimal): -8322345 or 14090881. OLE color: 14090881.
HSL color Cylindrical-coordinate representation of color #8102D7: hue angle of 275.77º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102D7 is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 2 | 215 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.16 |
| HSL | 275.77º | 0.98% | 0.43% | - |
| HSV(B) | 275.77º | 0.99% | 0.84% | - |
| XYZ | 21.34 | 9.62 | 65.02 | - |
| YUV | 64.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 215 | 0.4 | 0.99 | 0 | 0.16 | 275.77 | 0.98 | 0.43 |
| Hex | 81 | 2 | D7 | 28 | 63 | 0 | 10 | 114 | 62 | 2B |
| Octal | 201 | 2 | 327 | 50 | 143 | 0 | 20 | 424 | 142 | 53 |
| Binary | 10000001 | 10 | 11010111 | 101000 | 1100011 | 0 | 10000 | 100010100 | 1100010 | 101011 |
Color Harmonies of #8102D7
Complementary color
Monochromatic Colors of #8102D7
Black with #8102D7
Text Example
Text Example
White with #8102D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102D7; }
p { color: rgb(129,2,215); }
H1.HeaderClassName
{
color: #8102D7;
}
.AnyTagClassName
{
color: #8102D7;
}
</style>
background-color css
<style>
a { background-color: #8102D7; }
a { background-color: rgb(129,2,215); }
div.DivClassName
{
background-color: #8102D7;
}
.BgClassName
{
background-color: #8102D7;
}
</style>
border-color css
<style>
span { border-color: #8102D7; }
span { border-color: rgb(129,2,215); }
td.TdClassName
{
border-color: #8102D7;
}
.TagClassName
{
border-color: #8102D7;
}
</style>