Shades of Blue Violet #952EDE
Tints of Blue Violet #952EDE
RGB
CMYK
RGB Variations
Color information
#952EDE (or 0x952EDE) is known color: Blue Violet. HEX triplet: 95, 2E and DE. RGB value is (149,46,222). Sum of RGB (Red+Green+Blue) = 149+46+222=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #952EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952EDE is #6AD121. Grayscale: #606060. Windows color (decimal): -7000354 or 14560917. OLE color: 14560917.
HSL color Cylindrical-coordinate representation of color #952EDE: hue angle of 275.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952EDE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 46 | 222 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.13 |
| HSL | 275.11º | 0.73% | 0.53% | - |
| HSV(B) | 275.11º | 0.79% | 0.87% | - |
| XYZ | 26.56 | 13.62 | 70.34 | - |
| YUV | 96.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 222 | 0.33 | 0.79 | 0 | 0.13 | 275.11 | 0.73 | 0.53 |
| Hex | 95 | 2E | DE | 21 | 4F | 0 | D | 113 | 49 | 35 |
| Octal | 225 | 56 | 336 | 41 | 117 | 0 | 15 | 423 | 111 | 65 |
| Binary | 10010101 | 101110 | 11011110 | 100001 | 1001111 | 0 | 1101 | 100010011 | 1001001 | 110101 |
Color Harmonies of #952EDE
Complementary color
Monochromatic Colors of #952EDE
Black with #952EDE
Text Example
Text Example
White with #952EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952EDE; }
p { color: rgb(149,46,222); }
H1.HeaderClassName
{
color: #952EDE;
}
.AnyTagClassName
{
color: #952EDE;
}
</style>
background-color css
<style>
a { background-color: #952EDE; }
a { background-color: rgb(149,46,222); }
div.DivClassName
{
background-color: #952EDE;
}
.BgClassName
{
background-color: #952EDE;
}
</style>
border-color css
<style>
span { border-color: #952EDE; }
span { border-color: rgb(149,46,222); }
td.TdClassName
{
border-color: #952EDE;
}
.TagClassName
{
border-color: #952EDE;
}
</style>