Shades of Blue Violet #954CEE
Tints of Blue Violet #954CEE
RGB
CMYK
RGB Variations
Color information
#954CEE (or 0x954CEE) is known color: Blue Violet. HEX triplet: 95, 4C and EE. RGB value is (149,76,238). Sum of RGB (Red+Green+Blue) = 149+76+238=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #954CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CEE is #6AB311. Grayscale: #737373. Windows color (decimal): -6992658 or 15617173. OLE color: 15617173.
HSL color Cylindrical-coordinate representation of color #954CEE: hue angle of 267.04º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954CEE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 76 | 238 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.07 |
| HSL | 267.04º | 0.83% | 0.62% | - |
| HSV(B) | 267.04º | 0.68% | 0.93% | - |
| XYZ | 30.41 | 17.73 | 82.71 | - |
| YUV | 116.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 238 | 0.37 | 0.68 | 0 | 0.07 | 267.04 | 0.83 | 0.62 |
| Hex | 95 | 4C | EE | 25 | 44 | 0 | 7 | 10B | 53 | 3E |
| Octal | 225 | 114 | 356 | 45 | 104 | 0 | 7 | 413 | 123 | 76 |
| Binary | 10010101 | 1001100 | 11101110 | 100101 | 1000100 | 0 | 111 | 100001011 | 1010011 | 111110 |
Color Harmonies of #954CEE
Complementary color
Monochromatic Colors of #954CEE
Black with #954CEE
Text Example
Text Example
White with #954CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CEE; }
p { color: rgb(149,76,238); }
H1.HeaderClassName
{
color: #954CEE;
}
.AnyTagClassName
{
color: #954CEE;
}
</style>
background-color css
<style>
a { background-color: #954CEE; }
a { background-color: rgb(149,76,238); }
div.DivClassName
{
background-color: #954CEE;
}
.BgClassName
{
background-color: #954CEE;
}
</style>
border-color css
<style>
span { border-color: #954CEE; }
span { border-color: rgb(149,76,238); }
td.TdClassName
{
border-color: #954CEE;
}
.TagClassName
{
border-color: #954CEE;
}
</style>