Shades of Blue Violet #9517EE
Tints of Blue Violet #9517EE
RGB
CMYK
RGB Variations
Color information
#9517EE (or 0x9517EE) is known color: Blue Violet. HEX triplet: 95, 17 and EE. RGB value is (149,23,238). Sum of RGB (Red+Green+Blue) = 149+23+238=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #9517EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517EE is #6AE811. Grayscale: #545454. Windows color (decimal): -7006226 or 15603605. OLE color: 15603605.
HSL color Cylindrical-coordinate representation of color #9517EE: hue angle of 275.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9517EE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 23 | 238 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.07 |
| HSL | 275.16º | 0.86% | 0.51% | - |
| HSV(B) | 275.16º | 0.9% | 0.93% | - |
| XYZ | 28.13 | 13.18 | 81.95 | - |
| YUV | 85.18 | 214.24 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 238 | 0.37 | 0.90 | 0 | 0.07 | 275.16 | 0.86 | 0.51 |
| Hex | 95 | 17 | EE | 25 | 5A | 0 | 7 | 113 | 56 | 33 |
| Octal | 225 | 27 | 356 | 45 | 132 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010101 | 10111 | 11101110 | 100101 | 1011010 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9517EE
Complementary color
Monochromatic Colors of #9517EE
Black with #9517EE
Text Example
Text Example
White with #9517EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9517EE; }
p { color: rgb(149,23,238); }
H1.HeaderClassName
{
color: #9517EE;
}
.AnyTagClassName
{
color: #9517EE;
}
</style>
background-color css
<style>
a { background-color: #9517EE; }
a { background-color: rgb(149,23,238); }
div.DivClassName
{
background-color: #9517EE;
}
.BgClassName
{
background-color: #9517EE;
}
</style>
border-color css
<style>
span { border-color: #9517EE; }
span { border-color: rgb(149,23,238); }
td.TdClassName
{
border-color: #9517EE;
}
.TagClassName
{
border-color: #9517EE;
}
</style>