Shades of Blue Violet #954CEF
Tints of Blue Violet #954CEF
RGB
CMYK
RGB Variations
Color information
#954CEF (or 0x954CEF) is known color: Blue Violet. HEX triplet: 95, 4C and EF. RGB value is (149,76,239). Sum of RGB (Red+Green+Blue) = 149+76+239=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #954CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CEF is #6AB310. Grayscale: #737373. Windows color (decimal): -6992657 or 15682709. OLE color: 15682709.
HSL color Cylindrical-coordinate representation of color #954CEF: hue angle of 266.87º degrees, saturation: 0.84, 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 #954CEF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 76 | 239 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.06 |
| HSL | 266.87º | 0.84% | 0.62% | - |
| HSV(B) | 266.87º | 0.68% | 0.94% | - |
| XYZ | 30.56 | 17.79 | 83.48 | - |
| YUV | 116.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 239 | 0.38 | 0.68 | 0 | 0.06 | 266.87 | 0.84 | 0.62 |
| Hex | 95 | 4C | EF | 26 | 44 | 0 | 6 | 10B | 54 | 3E |
| Octal | 225 | 114 | 357 | 46 | 104 | 0 | 6 | 413 | 124 | 76 |
| Binary | 10010101 | 1001100 | 11101111 | 100110 | 1000100 | 0 | 110 | 100001011 | 1010100 | 111110 |
Color Harmonies of #954CEF
Complementary color
Monochromatic Colors of #954CEF
Black with #954CEF
Text Example
Text Example
White with #954CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CEF; }
p { color: rgb(149,76,239); }
H1.HeaderClassName
{
color: #954CEF;
}
.AnyTagClassName
{
color: #954CEF;
}
</style>
background-color css
<style>
a { background-color: #954CEF; }
a { background-color: rgb(149,76,239); }
div.DivClassName
{
background-color: #954CEF;
}
.BgClassName
{
background-color: #954CEF;
}
</style>
border-color css
<style>
span { border-color: #954CEF; }
span { border-color: rgb(149,76,239); }
td.TdClassName
{
border-color: #954CEF;
}
.TagClassName
{
border-color: #954CEF;
}
</style>