Shades of Blue Violet #8117CE
Tints of Blue Violet #8117CE
RGB
CMYK
RGB Variations
Color information
#8117CE (or 0x8117CE) is known color: Blue Violet. HEX triplet: 81, 17 and CE. RGB value is (129,23,206). Sum of RGB (Red+Green+Blue) = 129+23+206=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #8117CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8117CE is #7EE831. Grayscale: #4A4A4A. Windows color (decimal): -8316978 or 13506433. OLE color: 13506433.
HSL color Cylindrical-coordinate representation of color #8117CE: hue angle of 274.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8117CE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 23 | 206 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.19 |
| HSL | 274.75º | 0.8% | 0.45% | - |
| HSV(B) | 274.75º | 0.89% | 0.81% | - |
| XYZ | 20.5 | 9.74 | 59.19 | - |
| YUV | 75.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 206 | 0.37 | 0.89 | 0 | 0.19 | 274.75 | 0.8 | 0.45 |
| Hex | 81 | 17 | CE | 25 | 59 | 0 | 13 | 113 | 50 | 2D |
| Octal | 201 | 27 | 316 | 45 | 131 | 0 | 23 | 423 | 120 | 55 |
| Binary | 10000001 | 10111 | 11001110 | 100101 | 1011001 | 0 | 10011 | 100010011 | 1010000 | 101101 |
Color Harmonies of #8117CE
Complementary color
Monochromatic Colors of #8117CE
Black with #8117CE
Text Example
Text Example
White with #8117CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8117CE; }
p { color: rgb(129,23,206); }
H1.HeaderClassName
{
color: #8117CE;
}
.AnyTagClassName
{
color: #8117CE;
}
</style>
background-color css
<style>
a { background-color: #8117CE; }
a { background-color: rgb(129,23,206); }
div.DivClassName
{
background-color: #8117CE;
}
.BgClassName
{
background-color: #8117CE;
}
</style>
border-color css
<style>
span { border-color: #8117CE; }
span { border-color: rgb(129,23,206); }
td.TdClassName
{
border-color: #8117CE;
}
.TagClassName
{
border-color: #8117CE;
}
</style>