Shades of Blue Violet #8117DF
Tints of Blue Violet #8117DF
RGB
CMYK
RGB Variations
Color information
#8117DF (or 0x8117DF) is known color: Blue Violet. HEX triplet: 81, 17 and DF. RGB value is (129,23,223). Sum of RGB (Red+Green+Blue) = 129+23+223=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8117DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117DF is #7EE820. Grayscale: #4C4C4C. Windows color (decimal): -8316961 or 14620545. OLE color: 14620545.
HSL color Cylindrical-coordinate representation of color #8117DF: hue angle of 271.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8117DF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 23 | 223 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.13 |
| HSL | 271.8º | 0.81% | 0.48% | - |
| HSV(B) | 271.8º | 0.9% | 0.87% | - |
| XYZ | 22.68 | 10.61 | 70.66 | - |
| YUV | 77.49 | 210.12 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 223 | 0.42 | 0.90 | 0 | 0.13 | 271.8 | 0.81 | 0.48 |
| Hex | 81 | 17 | DF | 2A | 5A | 0 | D | 110 | 51 | 30 |
| Octal | 201 | 27 | 337 | 52 | 132 | 0 | 15 | 420 | 121 | 60 |
| Binary | 10000001 | 10111 | 11011111 | 101010 | 1011010 | 0 | 1101 | 100010000 | 1010001 | 110000 |
Color Harmonies of #8117DF
Complementary color
Monochromatic Colors of #8117DF
Black with #8117DF
Text Example
Text Example
White with #8117DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117DF; }
p { color: rgb(129,23,223); }
H1.HeaderClassName
{
color: #8117DF;
}
.AnyTagClassName
{
color: #8117DF;
}
</style>
background-color css
<style>
a { background-color: #8117DF; }
a { background-color: rgb(129,23,223); }
div.DivClassName
{
background-color: #8117DF;
}
.BgClassName
{
background-color: #8117DF;
}
</style>
border-color css
<style>
span { border-color: #8117DF; }
span { border-color: rgb(129,23,223); }
td.TdClassName
{
border-color: #8117DF;
}
.TagClassName
{
border-color: #8117DF;
}
</style>