Shades of Dark Violet #8102DF
Tints of Dark Violet #8102DF
RGB
CMYK
RGB Variations
Color information
#8102DF (or 0x8102DF) is known color: Dark Violet. HEX triplet: 81, 02 and DF. RGB value is (129,2,223). Sum of RGB (Red+Green+Blue) = 129+2+223=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #8102DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8102DF is #7EFD20. Grayscale: #404040. Windows color (decimal): -8322337 or 14615169. OLE color: 14615169.
HSL color Cylindrical-coordinate representation of color #8102DF: hue angle of 274.48º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8102DF is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 2 | 223 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.13 |
| HSL | 274.48º | 0.98% | 0.44% | - |
| HSV(B) | 274.48º | 0.99% | 0.87% | - |
| XYZ | 22.39 | 10.04 | 70.57 | - |
| YUV | 65.17 | 217.08 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 223 | 0.42 | 0.99 | 0 | 0.13 | 274.48 | 0.98 | 0.44 |
| Hex | 81 | 2 | DF | 2A | 63 | 0 | D | 112 | 62 | 2C |
| Octal | 201 | 2 | 337 | 52 | 143 | 0 | 15 | 422 | 142 | 54 |
| Binary | 10000001 | 10 | 11011111 | 101010 | 1100011 | 0 | 1101 | 100010010 | 1100010 | 101100 |
Color Harmonies of #8102DF
Complementary color
Monochromatic Colors of #8102DF
Black with #8102DF
Text Example
Text Example
White with #8102DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8102DF; }
p { color: rgb(129,2,223); }
H1.HeaderClassName
{
color: #8102DF;
}
.AnyTagClassName
{
color: #8102DF;
}
</style>
background-color css
<style>
a { background-color: #8102DF; }
a { background-color: rgb(129,2,223); }
div.DivClassName
{
background-color: #8102DF;
}
.BgClassName
{
background-color: #8102DF;
}
</style>
border-color css
<style>
span { border-color: #8102DF; }
span { border-color: rgb(129,2,223); }
td.TdClassName
{
border-color: #8102DF;
}
.TagClassName
{
border-color: #8102DF;
}
</style>