Shades of Blue Violet #8617E7
Tints of Blue Violet #8617E7
RGB
CMYK
RGB Variations
Color information
#8617E7 (or 0x8617E7) is known color: Blue Violet. HEX triplet: 86, 17 and E7. RGB value is (134,23,231). Sum of RGB (Red+Green+Blue) = 134+23+231=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 231 (90.62% from 255 or 59.54% from 388); Max value from RGB is 231 - color contains mainly: blue. Hex color #8617E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8617E7 is #79E818. Grayscale: #4F4F4F. Windows color (decimal): -7989273 or 15144838. OLE color: 15144838.
HSL color Cylindrical-coordinate representation of color #8617E7: hue angle of 272.02º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8617E7 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 23 | 231 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.09 |
| HSL | 272.02º | 0.82% | 0.5% | - |
| HSV(B) | 272.02º | 0.9% | 0.91% | - |
| XYZ | 24.56 | 11.45 | 76.52 | - |
| YUV | 79.9 | 213.27 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 231 | 0.42 | 0.90 | 0 | 0.09 | 272.02 | 0.82 | 0.5 |
| Hex | 86 | 17 | E7 | 2A | 5A | 0 | 9 | 110 | 52 | 32 |
| Octal | 206 | 27 | 347 | 52 | 132 | 0 | 11 | 420 | 122 | 62 |
| Binary | 10000110 | 10111 | 11100111 | 101010 | 1011010 | 0 | 1001 | 100010000 | 1010010 | 110010 |
Color Harmonies of #8617E7
Complementary color
Monochromatic Colors of #8617E7
Black with #8617E7
Text Example
Text Example
White with #8617E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8617E7; }
p { color: rgb(134,23,231); }
H1.HeaderClassName
{
color: #8617E7;
}
.AnyTagClassName
{
color: #8617E7;
}
</style>
background-color css
<style>
a { background-color: #8617E7; }
a { background-color: rgb(134,23,231); }
div.DivClassName
{
background-color: #8617E7;
}
.BgClassName
{
background-color: #8617E7;
}
</style>
border-color css
<style>
span { border-color: #8617E7; }
span { border-color: rgb(134,23,231); }
td.TdClassName
{
border-color: #8617E7;
}
.TagClassName
{
border-color: #8617E7;
}
</style>