Shades of Blue Violet #9514FF
Tints of Blue Violet #9514FF
RGB
CMYK
RGB Variations
Color information
#9514FF (or 0x9514FF) is known color: Blue Violet. HEX triplet: 95, 14 and FF. RGB value is (149,20,255). Sum of RGB (Red+Green+Blue) = 149+20+255=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #9514FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514FF is #6AEB00. Grayscale: #545454. Windows color (decimal): -7006977 or 16716949. OLE color: 16716949.
HSL color Cylindrical-coordinate representation of color #9514FF: hue angle of 272.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9514FF is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 20 | 255 | - |
| CMYK | 0.42 | 0.92 | 0 | 0 |
| HSL | 272.94º | 1% | 0.54% | - |
| HSV(B) | 272.94º | 0.92% | 1% | - |
| XYZ | 30.69 | 14.11 | 95.71 | - |
| YUV | 85.36 | 223.74 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 255 | 0.42 | 0.92 | 0 | 0 | 272.94 | 1 | 0.54 |
| Hex | 95 | 14 | FF | 2A | 5C | 0 | 0 | 111 | 64 | 36 |
| Octal | 225 | 24 | 377 | 52 | 134 | 0 | 0 | 421 | 144 | 66 |
| Binary | 10010101 | 10100 | 11111111 | 101010 | 1011100 | 0 | 0 | 100010001 | 1100100 | 110110 |
Color Harmonies of #9514FF
Complementary color
Monochromatic Colors of #9514FF
Black with #9514FF
Text Example
Text Example
White with #9514FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514FF; }
p { color: rgb(149,20,255); }
H1.HeaderClassName
{
color: #9514FF;
}
.AnyTagClassName
{
color: #9514FF;
}
</style>
background-color css
<style>
a { background-color: #9514FF; }
a { background-color: rgb(149,20,255); }
div.DivClassName
{
background-color: #9514FF;
}
.BgClassName
{
background-color: #9514FF;
}
</style>
border-color css
<style>
span { border-color: #9514FF; }
span { border-color: rgb(149,20,255); }
td.TdClassName
{
border-color: #9514FF;
}
.TagClassName
{
border-color: #9514FF;
}
</style>