Shades of Blue Violet #8617EE
Tints of Blue Violet #8617EE
RGB
CMYK
RGB Variations
Color information
#8617EE (or 0x8617EE) is known color: Blue Violet. HEX triplet: 86, 17 and EE. RGB value is (134,23,238). Sum of RGB (Red+Green+Blue) = 134+23+238=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #8617EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8617EE is #79E811. Grayscale: #4F4F4F. Windows color (decimal): -7989266 or 15603590. OLE color: 15603590.
HSL color Cylindrical-coordinate representation of color #8617EE: hue angle of 270.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8617EE is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 23 | 238 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.07 |
| HSL | 270.98º | 0.86% | 0.51% | - |
| HSV(B) | 270.98º | 0.9% | 0.93% | - |
| XYZ | 25.57 | 11.85 | 81.83 | - |
| YUV | 80.7 | 216.77 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 238 | 0.44 | 0.90 | 0 | 0.07 | 270.98 | 0.86 | 0.51 |
| Hex | 86 | 17 | EE | 2C | 5A | 0 | 7 | 10F | 56 | 33 |
| Octal | 206 | 27 | 356 | 54 | 132 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000110 | 10111 | 11101110 | 101100 | 1011010 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8617EE
Complementary color
Monochromatic Colors of #8617EE
Black with #8617EE
Text Example
Text Example
White with #8617EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8617EE; }
p { color: rgb(134,23,238); }
H1.HeaderClassName
{
color: #8617EE;
}
.AnyTagClassName
{
color: #8617EE;
}
</style>
background-color css
<style>
a { background-color: #8617EE; }
a { background-color: rgb(134,23,238); }
div.DivClassName
{
background-color: #8617EE;
}
.BgClassName
{
background-color: #8617EE;
}
</style>
border-color css
<style>
span { border-color: #8617EE; }
span { border-color: rgb(134,23,238); }
td.TdClassName
{
border-color: #8617EE;
}
.TagClassName
{
border-color: #8617EE;
}
</style>