Shades of Blue Violet #954CEC
Tints of Blue Violet #954CEC
RGB
CMYK
RGB Variations
Color information
#954CEC (or 0x954CEC) is known color: Blue Violet. HEX triplet: 95, 4C and EC. RGB value is (149,76,236). Sum of RGB (Red+Green+Blue) = 149+76+236=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #954CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CEC is #6AB313. Grayscale: #737373. Windows color (decimal): -6992660 or 15486101. OLE color: 15486101.
HSL color Cylindrical-coordinate representation of color #954CEC: hue angle of 267.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954CEC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 76 | 236 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.07 |
| HSL | 267.38º | 0.81% | 0.61% | - |
| HSV(B) | 267.38º | 0.68% | 0.93% | - |
| XYZ | 30.12 | 17.61 | 81.17 | - |
| YUV | 116.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 236 | 0.37 | 0.68 | 0 | 0.07 | 267.38 | 0.81 | 0.61 |
| Hex | 95 | 4C | EC | 25 | 44 | 0 | 7 | 10B | 51 | 3D |
| Octal | 225 | 114 | 354 | 45 | 104 | 0 | 7 | 413 | 121 | 75 |
| Binary | 10010101 | 1001100 | 11101100 | 100101 | 1000100 | 0 | 111 | 100001011 | 1010001 | 111101 |
Color Harmonies of #954CEC
Complementary color
Monochromatic Colors of #954CEC
Black with #954CEC
Text Example
Text Example
White with #954CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CEC; }
p { color: rgb(149,76,236); }
H1.HeaderClassName
{
color: #954CEC;
}
.AnyTagClassName
{
color: #954CEC;
}
</style>
background-color css
<style>
a { background-color: #954CEC; }
a { background-color: rgb(149,76,236); }
div.DivClassName
{
background-color: #954CEC;
}
.BgClassName
{
background-color: #954CEC;
}
</style>
border-color css
<style>
span { border-color: #954CEC; }
span { border-color: rgb(149,76,236); }
td.TdClassName
{
border-color: #954CEC;
}
.TagClassName
{
border-color: #954CEC;
}
</style>