Shades of Blue Violet #9314F0
Tints of Blue Violet #9314F0
RGB
CMYK
RGB Variations
Color information
#9314F0 (or 0x9314F0) is known color: Blue Violet. HEX triplet: 93, 14 and F0. RGB value is (147,20,240). Sum of RGB (Red+Green+Blue) = 147+20+240=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #9314F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9314F0 is #6CEB0F. Grayscale: #525252. Windows color (decimal): -7138064 or 15733907. OLE color: 15733907.
HSL color Cylindrical-coordinate representation of color #9314F0: hue angle of 274.64º 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 #9314F0 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 20 | 240 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.06 |
| HSL | 274.64º | 0.88% | 0.51% | - |
| HSV(B) | 274.64º | 0.92% | 0.94% | - |
| XYZ | 28.01 | 12.99 | 83.47 | - |
| YUV | 83.05 | 216.58 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 240 | 0.39 | 0.92 | 0 | 0.06 | 274.64 | 0.88 | 0.51 |
| Hex | 93 | 14 | F0 | 27 | 5C | 0 | 6 | 113 | 58 | 33 |
| Octal | 223 | 24 | 360 | 47 | 134 | 0 | 6 | 423 | 130 | 63 |
| Binary | 10010011 | 10100 | 11110000 | 100111 | 1011100 | 0 | 110 | 100010011 | 1011000 | 110011 |
Color Harmonies of #9314F0
Complementary color
Monochromatic Colors of #9314F0
Black with #9314F0
Text Example
Text Example
White with #9314F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9314F0; }
p { color: rgb(147,20,240); }
H1.HeaderClassName
{
color: #9314F0;
}
.AnyTagClassName
{
color: #9314F0;
}
</style>
background-color css
<style>
a { background-color: #9314F0; }
a { background-color: rgb(147,20,240); }
div.DivClassName
{
background-color: #9314F0;
}
.BgClassName
{
background-color: #9314F0;
}
</style>
border-color css
<style>
span { border-color: #9314F0; }
span { border-color: rgb(147,20,240); }
td.TdClassName
{
border-color: #9314F0;
}
.TagClassName
{
border-color: #9314F0;
}
</style>