Shades of Blue Violet #954CF0
Tints of Blue Violet #954CF0
RGB
CMYK
RGB Variations
Color information
#954CF0 (or 0x954CF0) is known color: Blue Violet. HEX triplet: 95, 4C and F0. RGB value is (149,76,240). Sum of RGB (Red+Green+Blue) = 149+76+240=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #954CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CF0 is #6AB30F. Grayscale: #737373. Windows color (decimal): -6992656 or 15748245. OLE color: 15748245.
HSL color Cylindrical-coordinate representation of color #954CF0: hue angle of 266.71º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954CF0 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 76 | 240 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.06 |
| HSL | 266.71º | 0.85% | 0.62% | - |
| HSV(B) | 266.71º | 0.68% | 0.94% | - |
| XYZ | 30.71 | 17.85 | 84.26 | - |
| YUV | 116.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 240 | 0.38 | 0.68 | 0 | 0.06 | 266.71 | 0.85 | 0.62 |
| Hex | 95 | 4C | F0 | 26 | 44 | 0 | 6 | 10B | 55 | 3E |
| Octal | 225 | 114 | 360 | 46 | 104 | 0 | 6 | 413 | 125 | 76 |
| Binary | 10010101 | 1001100 | 11110000 | 100110 | 1000100 | 0 | 110 | 100001011 | 1010101 | 111110 |
Color Harmonies of #954CF0
Complementary color
Monochromatic Colors of #954CF0
Black with #954CF0
Text Example
Text Example
White with #954CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CF0; }
p { color: rgb(149,76,240); }
H1.HeaderClassName
{
color: #954CF0;
}
.AnyTagClassName
{
color: #954CF0;
}
</style>
background-color css
<style>
a { background-color: #954CF0; }
a { background-color: rgb(149,76,240); }
div.DivClassName
{
background-color: #954CF0;
}
.BgClassName
{
background-color: #954CF0;
}
</style>
border-color css
<style>
span { border-color: #954CF0; }
span { border-color: rgb(149,76,240); }
td.TdClassName
{
border-color: #954CF0;
}
.TagClassName
{
border-color: #954CF0;
}
</style>