Shades of Blue Violet #8717FA
Tints of Blue Violet #8717FA
RGB
CMYK
RGB Variations
Color information
#8717FA (or 0x8717FA) is known color: Blue Violet. HEX triplet: 87, 17 and FA. RGB value is (135,23,250). Sum of RGB (Red+Green+Blue) = 135+23+250=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 23 (9.38% from 255 or 5.64% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #8717FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8717FA is #78E805. Grayscale: #515151. Windows color (decimal): -7923718 or 16390023. OLE color: 16390023.
HSL color Cylindrical-coordinate representation of color #8717FA: hue angle of 269.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8717FA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 23 | 250 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.02 |
| HSL | 269.6º | 0.96% | 0.54% | - |
| HSV(B) | 269.6º | 0.91% | 0.98% | - |
| XYZ | 27.55 | 12.67 | 91.44 | - |
| YUV | 82.37 | 222.61 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 250 | 0.46 | 0.91 | 0 | 0.02 | 269.6 | 0.96 | 0.54 |
| Hex | 87 | 17 | FA | 2E | 5B | 0 | 2 | 10E | 60 | 36 |
| Octal | 207 | 27 | 372 | 56 | 133 | 0 | 2 | 416 | 140 | 66 |
| Binary | 10000111 | 10111 | 11111010 | 101110 | 1011011 | 0 | 10 | 100001110 | 1100000 | 110110 |
Color Harmonies of #8717FA
Complementary color
Monochromatic Colors of #8717FA
Black with #8717FA
Text Example
Text Example
White with #8717FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8717FA; }
p { color: rgb(135,23,250); }
H1.HeaderClassName
{
color: #8717FA;
}
.AnyTagClassName
{
color: #8717FA;
}
</style>
background-color css
<style>
a { background-color: #8717FA; }
a { background-color: rgb(135,23,250); }
div.DivClassName
{
background-color: #8717FA;
}
.BgClassName
{
background-color: #8717FA;
}
</style>
border-color css
<style>
span { border-color: #8717FA; }
span { border-color: rgb(135,23,250); }
td.TdClassName
{
border-color: #8717FA;
}
.TagClassName
{
border-color: #8717FA;
}
</style>