Shades of Blue Violet #954CF1
Tints of Blue Violet #954CF1
RGB
CMYK
RGB Variations
Color information
#954CF1 (or 0x954CF1) is known color: Blue Violet. HEX triplet: 95, 4C and F1. RGB value is (149,76,241). Sum of RGB (Red+Green+Blue) = 149+76+241=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #954CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CF1 is #6AB30E. Grayscale: #747474. Windows color (decimal): -6992655 or 15813781. OLE color: 15813781.
HSL color Cylindrical-coordinate representation of color #954CF1: hue angle of 266.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954CF1 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 76 | 241 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.05 |
| HSL | 266.55º | 0.85% | 0.62% | - |
| HSV(B) | 266.55º | 0.68% | 0.95% | - |
| XYZ | 30.86 | 17.91 | 85.05 | - |
| YUV | 116.64 | 198.18 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 241 | 0.38 | 0.68 | 0 | 0.05 | 266.55 | 0.85 | 0.62 |
| Hex | 95 | 4C | F1 | 26 | 44 | 0 | 5 | 10B | 55 | 3E |
| Octal | 225 | 114 | 361 | 46 | 104 | 0 | 5 | 413 | 125 | 76 |
| Binary | 10010101 | 1001100 | 11110001 | 100110 | 1000100 | 0 | 101 | 100001011 | 1010101 | 111110 |
Color Harmonies of #954CF1
Complementary color
Monochromatic Colors of #954CF1
Black with #954CF1
Text Example
Text Example
White with #954CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CF1; }
p { color: rgb(149,76,241); }
H1.HeaderClassName
{
color: #954CF1;
}
.AnyTagClassName
{
color: #954CF1;
}
</style>
background-color css
<style>
a { background-color: #954CF1; }
a { background-color: rgb(149,76,241); }
div.DivClassName
{
background-color: #954CF1;
}
.BgClassName
{
background-color: #954CF1;
}
</style>
border-color css
<style>
span { border-color: #954CF1; }
span { border-color: rgb(149,76,241); }
td.TdClassName
{
border-color: #954CF1;
}
.TagClassName
{
border-color: #954CF1;
}
</style>