Shades of Blue Violet #9514F0
Tints of Blue Violet #9514F0
RGB
CMYK
RGB Variations
Color information
#9514F0 (or 0x9514F0) is known color: Blue Violet. HEX triplet: 95, 14 and F0. RGB value is (149,20,240). Sum of RGB (Red+Green+Blue) = 149+20+240=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #9514F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9514F0 is #6AEB0F. Grayscale: #525252. Windows color (decimal): -7006992 or 15733909. OLE color: 15733909.
HSL color Cylindrical-coordinate representation of color #9514F0: hue angle of 275.18º degrees, saturation: 0.88, 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 #9514F0 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 20 | 240 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.06 |
| HSL | 275.18º | 0.88% | 0.51% | - |
| HSV(B) | 275.18º | 0.92% | 0.94% | - |
| XYZ | 28.37 | 13.18 | 83.49 | - |
| YUV | 83.65 | 216.24 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 240 | 0.38 | 0.92 | 0 | 0.06 | 275.18 | 0.88 | 0.51 |
| Hex | 95 | 14 | F0 | 26 | 5C | 0 | 6 | 113 | 58 | 33 |
| Octal | 225 | 24 | 360 | 46 | 134 | 0 | 6 | 423 | 130 | 63 |
| Binary | 10010101 | 10100 | 11110000 | 100110 | 1011100 | 0 | 110 | 100010011 | 1011000 | 110011 |
Color Harmonies of #9514F0
Complementary color
Monochromatic Colors of #9514F0
Black with #9514F0
Text Example
Text Example
White with #9514F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514F0; }
p { color: rgb(149,20,240); }
H1.HeaderClassName
{
color: #9514F0;
}
.AnyTagClassName
{
color: #9514F0;
}
</style>
background-color css
<style>
a { background-color: #9514F0; }
a { background-color: rgb(149,20,240); }
div.DivClassName
{
background-color: #9514F0;
}
.BgClassName
{
background-color: #9514F0;
}
</style>
border-color css
<style>
span { border-color: #9514F0; }
span { border-color: rgb(149,20,240); }
td.TdClassName
{
border-color: #9514F0;
}
.TagClassName
{
border-color: #9514F0;
}
</style>