Shades of Blue Violet #954CEB
Tints of Blue Violet #954CEB
RGB
CMYK
RGB Variations
Color information
#954CEB (or 0x954CEB) is known color: Blue Violet. HEX triplet: 95, 4C and EB. RGB value is (149,76,235). Sum of RGB (Red+Green+Blue) = 149+76+235=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #954CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954CEB is #6AB314. Grayscale: #737373. Windows color (decimal): -6992661 or 15420565. OLE color: 15420565.
HSL color Cylindrical-coordinate representation of color #954CEB: hue angle of 267.55º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954CEB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 76 | 235 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.08 |
| HSL | 267.55º | 0.8% | 0.61% | - |
| HSV(B) | 267.55º | 0.68% | 0.92% | - |
| XYZ | 29.97 | 17.56 | 80.41 | - |
| YUV | 115.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 235 | 0.37 | 0.68 | 0 | 0.08 | 267.55 | 0.8 | 0.61 |
| Hex | 95 | 4C | EB | 25 | 44 | 0 | 8 | 10C | 50 | 3D |
| Octal | 225 | 114 | 353 | 45 | 104 | 0 | 10 | 414 | 120 | 75 |
| Binary | 10010101 | 1001100 | 11101011 | 100101 | 1000100 | 0 | 1000 | 100001100 | 1010000 | 111101 |
Color Harmonies of #954CEB
Complementary color
Monochromatic Colors of #954CEB
Black with #954CEB
Text Example
Text Example
White with #954CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CEB; }
p { color: rgb(149,76,235); }
H1.HeaderClassName
{
color: #954CEB;
}
.AnyTagClassName
{
color: #954CEB;
}
</style>
background-color css
<style>
a { background-color: #954CEB; }
a { background-color: rgb(149,76,235); }
div.DivClassName
{
background-color: #954CEB;
}
.BgClassName
{
background-color: #954CEB;
}
</style>
border-color css
<style>
span { border-color: #954CEB; }
span { border-color: rgb(149,76,235); }
td.TdClassName
{
border-color: #954CEB;
}
.TagClassName
{
border-color: #954CEB;
}
</style>