Shades of Blue Violet #9514EF
Tints of Blue Violet #9514EF
RGB
CMYK
RGB Variations
Color information
#9514EF (or 0x9514EF) is known color: Blue Violet. HEX triplet: 95, 14 and EF. RGB value is (149,20,239). Sum of RGB (Red+Green+Blue) = 149+20+239=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #9514EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514EF is #6AEB10. Grayscale: #525252. Windows color (decimal): -7006993 or 15668373. OLE color: 15668373.
HSL color Cylindrical-coordinate representation of color #9514EF: hue angle of 275.34º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9514EF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 20 | 239 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.06 |
| HSL | 275.34º | 0.87% | 0.51% | - |
| HSV(B) | 275.34º | 0.92% | 0.94% | - |
| XYZ | 28.22 | 13.12 | 82.71 | - |
| YUV | 83.54 | 215.74 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 239 | 0.38 | 0.92 | 0 | 0.06 | 275.34 | 0.87 | 0.51 |
| Hex | 95 | 14 | EF | 26 | 5C | 0 | 6 | 113 | 57 | 33 |
| Octal | 225 | 24 | 357 | 46 | 134 | 0 | 6 | 423 | 127 | 63 |
| Binary | 10010101 | 10100 | 11101111 | 100110 | 1011100 | 0 | 110 | 100010011 | 1010111 | 110011 |
Color Harmonies of #9514EF
Complementary color
Monochromatic Colors of #9514EF
Black with #9514EF
Text Example
Text Example
White with #9514EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514EF; }
p { color: rgb(149,20,239); }
H1.HeaderClassName
{
color: #9514EF;
}
.AnyTagClassName
{
color: #9514EF;
}
</style>
background-color css
<style>
a { background-color: #9514EF; }
a { background-color: rgb(149,20,239); }
div.DivClassName
{
background-color: #9514EF;
}
.BgClassName
{
background-color: #9514EF;
}
</style>
border-color css
<style>
span { border-color: #9514EF; }
span { border-color: rgb(149,20,239); }
td.TdClassName
{
border-color: #9514EF;
}
.TagClassName
{
border-color: #9514EF;
}
</style>