Shades of Blue Violet #9517EF
Tints of Blue Violet #9517EF
RGB
CMYK
RGB Variations
Color information
#9517EF (or 0x9517EF) is known color: Blue Violet. HEX triplet: 95, 17 and EF. RGB value is (149,23,239). Sum of RGB (Red+Green+Blue) = 149+23+239=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #9517EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517EF is #6AE810. Grayscale: #545454. Windows color (decimal): -7006225 or 15669141. OLE color: 15669141.
HSL color Cylindrical-coordinate representation of color #9517EF: hue angle of 275º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517EF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 23 | 239 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.06 |
| HSL | 275º | 0.87% | 0.51% | - |
| HSV(B) | 275º | 0.9% | 0.94% | - |
| XYZ | 28.28 | 13.23 | 82.73 | - |
| YUV | 85.3 | 214.74 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 239 | 0.38 | 0.90 | 0 | 0.06 | 275 | 0.87 | 0.51 |
| Hex | 95 | 17 | EF | 26 | 5A | 0 | 6 | 113 | 57 | 33 |
| Octal | 225 | 27 | 357 | 46 | 132 | 0 | 6 | 423 | 127 | 63 |
| Binary | 10010101 | 10111 | 11101111 | 100110 | 1011010 | 0 | 110 | 100010011 | 1010111 | 110011 |
Color Harmonies of #9517EF
Complementary color
Monochromatic Colors of #9517EF
Black with #9517EF
Text Example
Text Example
White with #9517EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9517EF; }
p { color: rgb(149,23,239); }
H1.HeaderClassName
{
color: #9517EF;
}
.AnyTagClassName
{
color: #9517EF;
}
</style>
background-color css
<style>
a { background-color: #9517EF; }
a { background-color: rgb(149,23,239); }
div.DivClassName
{
background-color: #9517EF;
}
.BgClassName
{
background-color: #9517EF;
}
</style>
border-color css
<style>
span { border-color: #9517EF; }
span { border-color: rgb(149,23,239); }
td.TdClassName
{
border-color: #9517EF;
}
.TagClassName
{
border-color: #9517EF;
}
</style>