Shades of Blue Violet #951CED
Tints of Blue Violet #951CED
RGB
CMYK
RGB Variations
Color information
#951CED (or 0x951CED) is known color: Blue Violet. HEX triplet: 95, 1C and ED. RGB value is (149,28,237). Sum of RGB (Red+Green+Blue) = 149+28+237=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #951CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #951CED is #6AE312. Grayscale: #575757. Windows color (decimal): -7004947 or 15539349. OLE color: 15539349.
HSL color Cylindrical-coordinate representation of color #951CED: hue angle of 274.74º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951CED is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 28 | 237 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.07 |
| HSL | 274.74º | 0.85% | 0.52% | - |
| HSV(B) | 274.74º | 0.88% | 0.93% | - |
| XYZ | 28.1 | 13.33 | 81.21 | - |
| YUV | 88.01 | 212.09 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 237 | 0.37 | 0.88 | 0 | 0.07 | 274.74 | 0.85 | 0.52 |
| Hex | 95 | 1C | ED | 25 | 58 | 0 | 7 | 113 | 55 | 34 |
| Octal | 225 | 34 | 355 | 45 | 130 | 0 | 7 | 423 | 125 | 64 |
| Binary | 10010101 | 11100 | 11101101 | 100101 | 1011000 | 0 | 111 | 100010011 | 1010101 | 110100 |
Color Harmonies of #951CED
Complementary color
Monochromatic Colors of #951CED
Black with #951CED
Text Example
Text Example
White with #951CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CED; }
p { color: rgb(149,28,237); }
H1.HeaderClassName
{
color: #951CED;
}
.AnyTagClassName
{
color: #951CED;
}
</style>
background-color css
<style>
a { background-color: #951CED; }
a { background-color: rgb(149,28,237); }
div.DivClassName
{
background-color: #951CED;
}
.BgClassName
{
background-color: #951CED;
}
</style>
border-color css
<style>
span { border-color: #951CED; }
span { border-color: rgb(149,28,237); }
td.TdClassName
{
border-color: #951CED;
}
.TagClassName
{
border-color: #951CED;
}
</style>