Shades of Blue Violet #952EED
Tints of Blue Violet #952EED
RGB
CMYK
RGB Variations
Color information
#952EED (or 0x952EED) is known color: Blue Violet. HEX triplet: 95, 2E and ED. RGB value is (149,46,237). Sum of RGB (Red+Green+Blue) = 149+46+237=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #952EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952EED is #6AD112. Grayscale: #616161. Windows color (decimal): -7000339 or 15543957. OLE color: 15543957.
HSL color Cylindrical-coordinate representation of color #952EED: hue angle of 272.36º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952EED is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 46 | 237 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.36º | 0.84% | 0.55% | - |
| HSV(B) | 272.36º | 0.81% | 0.93% | - |
| XYZ | 28.66 | 14.46 | 81.4 | - |
| YUV | 98.57 | 206.12 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 237 | 0.37 | 0.81 | 0 | 0.07 | 272.36 | 0.84 | 0.55 |
| Hex | 95 | 2E | ED | 25 | 51 | 0 | 7 | 110 | 54 | 37 |
| Octal | 225 | 56 | 355 | 45 | 121 | 0 | 7 | 420 | 124 | 67 |
| Binary | 10010101 | 101110 | 11101101 | 100101 | 1010001 | 0 | 111 | 100010000 | 1010100 | 110111 |
Color Harmonies of #952EED
Complementary color
Monochromatic Colors of #952EED
Black with #952EED
Text Example
Text Example
White with #952EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EED; }
p { color: rgb(149,46,237); }
H1.HeaderClassName
{
color: #952EED;
}
.AnyTagClassName
{
color: #952EED;
}
</style>
background-color css
<style>
a { background-color: #952EED; }
a { background-color: rgb(149,46,237); }
div.DivClassName
{
background-color: #952EED;
}
.BgClassName
{
background-color: #952EED;
}
</style>
border-color css
<style>
span { border-color: #952EED; }
span { border-color: rgb(149,46,237); }
td.TdClassName
{
border-color: #952EED;
}
.TagClassName
{
border-color: #952EED;
}
</style>