Shades of Blue Violet #952EE5
Tints of Blue Violet #952EE5
RGB
CMYK
RGB Variations
Color information
#952EE5 (or 0x952EE5) is known color: Blue Violet. HEX triplet: 95, 2E and E5. RGB value is (149,46,229). Sum of RGB (Red+Green+Blue) = 149+46+229=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #952EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EE5 is #6AD11A. Grayscale: #616161. Windows color (decimal): -7000347 or 15019669. OLE color: 15019669.
HSL color Cylindrical-coordinate representation of color #952EE5: hue angle of 273.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #952EE5 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 46 | 229 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.10 |
| HSL | 273.77º | 0.78% | 0.54% | - |
| HSV(B) | 273.77º | 0.8% | 0.9% | - |
| XYZ | 27.51 | 14 | 75.38 | - |
| YUV | 97.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 229 | 0.35 | 0.80 | 0 | 0.10 | 273.77 | 0.78 | 0.54 |
| Hex | 95 | 2E | E5 | 23 | 50 | 0 | A | 112 | 4E | 36 |
| Octal | 225 | 56 | 345 | 43 | 120 | 0 | 12 | 422 | 116 | 66 |
| Binary | 10010101 | 101110 | 11100101 | 100011 | 1010000 | 0 | 1010 | 100010010 | 1001110 | 110110 |
Color Harmonies of #952EE5
Complementary color
Monochromatic Colors of #952EE5
Black with #952EE5
Text Example
Text Example
White with #952EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EE5; }
p { color: rgb(149,46,229); }
H1.HeaderClassName
{
color: #952EE5;
}
.AnyTagClassName
{
color: #952EE5;
}
</style>
background-color css
<style>
a { background-color: #952EE5; }
a { background-color: rgb(149,46,229); }
div.DivClassName
{
background-color: #952EE5;
}
.BgClassName
{
background-color: #952EE5;
}
</style>
border-color css
<style>
span { border-color: #952EE5; }
span { border-color: rgb(149,46,229); }
td.TdClassName
{
border-color: #952EE5;
}
.TagClassName
{
border-color: #952EE5;
}
</style>