Shades of Blue Violet #8C17FF
Tints of Blue Violet #8C17FF
RGB
CMYK
RGB Variations
Color information
#8C17FF (or 0x8C17FF) is known color: Blue Violet. HEX triplet: 8C, 17 and FF. RGB value is (140,23,255). Sum of RGB (Red+Green+Blue) = 140+23+255=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C17FF is #73E800. Grayscale: #535353. Windows color (decimal): -7596033 or 16717708. OLE color: 16717708.
HSL color Cylindrical-coordinate representation of color #8C17FF: hue angle of 270.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C17FF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 23 | 255 | - |
| CMYK | 0.45 | 0.91 | 0 | 0 |
| HSL | 270.26º | 1% | 0.55% | - |
| HSV(B) | 270.26º | 0.91% | 1% | - |
| XYZ | 29.17 | 13.41 | 95.66 | - |
| YUV | 84.43 | 224.26 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 255 | 0.45 | 0.91 | 0 | 0 | 270.26 | 1 | 0.55 |
| Hex | 8C | 17 | FF | 2D | 5B | 0 | 0 | 10E | 64 | 37 |
| Octal | 214 | 27 | 377 | 55 | 133 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001100 | 10111 | 11111111 | 101101 | 1011011 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8C17FF
Complementary color
Monochromatic Colors of #8C17FF
Black with #8C17FF
Text Example
Text Example
White with #8C17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C17FF; }
p { color: rgb(140,23,255); }
H1.HeaderClassName
{
color: #8C17FF;
}
.AnyTagClassName
{
color: #8C17FF;
}
</style>
background-color css
<style>
a { background-color: #8C17FF; }
a { background-color: rgb(140,23,255); }
div.DivClassName
{
background-color: #8C17FF;
}
.BgClassName
{
background-color: #8C17FF;
}
</style>
border-color css
<style>
span { border-color: #8C17FF; }
span { border-color: rgb(140,23,255); }
td.TdClassName
{
border-color: #8C17FF;
}
.TagClassName
{
border-color: #8C17FF;
}
</style>