Shades of Blue Violet #9517FF
Tints of Blue Violet #9517FF
RGB
CMYK
RGB Variations
Color information
#9517FF (or 0x9517FF) is known color: Blue Violet. HEX triplet: 95, 17 and FF. RGB value is (149,23,255). Sum of RGB (Red+Green+Blue) = 149+23+255=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #9517FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517FF is #6AE800. Grayscale: #565656. Windows color (decimal): -7006209 or 16717717. OLE color: 16717717.
HSL color Cylindrical-coordinate representation of color #9517FF: hue angle of 272.59º 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 #9517FF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 23 | 255 | - |
| CMYK | 0.42 | 0.91 | 0 | 0 |
| HSL | 272.59º | 1% | 0.55% | - |
| HSV(B) | 272.59º | 0.91% | 1% | - |
| XYZ | 30.75 | 14.22 | 95.73 | - |
| YUV | 87.12 | 222.74 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 255 | 0.42 | 0.91 | 0 | 0 | 272.59 | 1 | 0.55 |
| Hex | 95 | 17 | FF | 2A | 5B | 0 | 0 | 111 | 64 | 37 |
| Octal | 225 | 27 | 377 | 52 | 133 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10010101 | 10111 | 11111111 | 101010 | 1011011 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #9517FF
Complementary color
Monochromatic Colors of #9517FF
Black with #9517FF
Text Example
Text Example
White with #9517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9517FF; }
p { color: rgb(149,23,255); }
H1.HeaderClassName
{
color: #9517FF;
}
.AnyTagClassName
{
color: #9517FF;
}
</style>
background-color css
<style>
a { background-color: #9517FF; }
a { background-color: rgb(149,23,255); }
div.DivClassName
{
background-color: #9517FF;
}
.BgClassName
{
background-color: #9517FF;
}
</style>
border-color css
<style>
span { border-color: #9517FF; }
span { border-color: rgb(149,23,255); }
td.TdClassName
{
border-color: #9517FF;
}
.TagClassName
{
border-color: #9517FF;
}
</style>