Shades of Blue Violet #9514EE
Tints of Blue Violet #9514EE
RGB
CMYK
RGB Variations
Color information
#9514EE (or 0x9514EE) is known color: Blue Violet. HEX triplet: 95, 14 and EE. RGB value is (149,20,238). Sum of RGB (Red+Green+Blue) = 149+20+238=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #9514EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514EE is #6AEB11. Grayscale: #525252. Windows color (decimal): -7006994 or 15602837. OLE color: 15602837.
HSL color Cylindrical-coordinate representation of color #9514EE: hue angle of 275.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9514EE is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 20 | 238 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.07 |
| HSL | 275.5º | 0.87% | 0.51% | - |
| HSV(B) | 275.5º | 0.92% | 0.93% | - |
| XYZ | 28.08 | 13.06 | 81.93 | - |
| YUV | 83.42 | 215.24 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 238 | 0.37 | 0.92 | 0 | 0.07 | 275.5 | 0.87 | 0.51 |
| Hex | 95 | 14 | EE | 25 | 5C | 0 | 7 | 114 | 57 | 33 |
| Octal | 225 | 24 | 356 | 45 | 134 | 0 | 7 | 424 | 127 | 63 |
| Binary | 10010101 | 10100 | 11101110 | 100101 | 1011100 | 0 | 111 | 100010100 | 1010111 | 110011 |
Color Harmonies of #9514EE
Complementary color
Monochromatic Colors of #9514EE
Black with #9514EE
Text Example
Text Example
White with #9514EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514EE; }
p { color: rgb(149,20,238); }
H1.HeaderClassName
{
color: #9514EE;
}
.AnyTagClassName
{
color: #9514EE;
}
</style>
background-color css
<style>
a { background-color: #9514EE; }
a { background-color: rgb(149,20,238); }
div.DivClassName
{
background-color: #9514EE;
}
.BgClassName
{
background-color: #9514EE;
}
</style>
border-color css
<style>
span { border-color: #9514EE; }
span { border-color: rgb(149,20,238); }
td.TdClassName
{
border-color: #9514EE;
}
.TagClassName
{
border-color: #9514EE;
}
</style>