Shades of Dark Violet #8107C9
Tints of Dark Violet #8107C9
RGB
CMYK
RGB Variations
Color information
#8107C9 (or 0x8107C9) is known color: Dark Violet. HEX triplet: 81, 07 and C9. RGB value is (129,7,201). Sum of RGB (Red+Green+Blue) = 129+7+201=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 201 (78.91% from 255 or 59.64% from 337); Max value from RGB is 201 - color contains mainly: blue. Hex color #8107C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8107C9 is #7EF836. Grayscale: #404040. Windows color (decimal): -8321079 or 13174657. OLE color: 13174657.
HSL color Cylindrical-coordinate representation of color #8107C9: hue angle of 277.73º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8107C9 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 7 | 201 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.21 |
| HSL | 277.73º | 0.93% | 0.41% | - |
| HSV(B) | 277.73º | 0.97% | 0.79% | - |
| XYZ | 19.67 | 9.04 | 55.97 | - |
| YUV | 65.59 | 204.42 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 201 | 0.36 | 0.97 | 0 | 0.21 | 277.73 | 0.93 | 0.41 |
| Hex | 81 | 7 | C9 | 24 | 61 | 0 | 15 | 116 | 5D | 29 |
| Octal | 201 | 7 | 311 | 44 | 141 | 0 | 25 | 426 | 135 | 51 |
| Binary | 10000001 | 111 | 11001001 | 100100 | 1100001 | 0 | 10101 | 100010110 | 1011101 | 101001 |
Color Harmonies of #8107C9
Complementary color
Monochromatic Colors of #8107C9
Black with #8107C9
Text Example
Text Example
White with #8107C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8107C9; }
p { color: rgb(129,7,201); }
H1.HeaderClassName
{
color: #8107C9;
}
.AnyTagClassName
{
color: #8107C9;
}
</style>
background-color css
<style>
a { background-color: #8107C9; }
a { background-color: rgb(129,7,201); }
div.DivClassName
{
background-color: #8107C9;
}
.BgClassName
{
background-color: #8107C9;
}
</style>
border-color css
<style>
span { border-color: #8107C9; }
span { border-color: rgb(129,7,201); }
td.TdClassName
{
border-color: #8107C9;
}
.TagClassName
{
border-color: #8107C9;
}
</style>