Shades of Blue Violet #952BDE
Tints of Blue Violet #952BDE
RGB
CMYK
RGB Variations
Color information
#952BDE (or 0x952BDE) is known color: Blue Violet. HEX triplet: 95, 2B and DE. RGB value is (149,43,222). Sum of RGB (Red+Green+Blue) = 149+43+222=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #952BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BDE is #6AD421. Grayscale: #5E5E5E. Windows color (decimal): -7001122 or 14560149. OLE color: 14560149.
HSL color Cylindrical-coordinate representation of color #952BDE: hue angle of 275.53º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952BDE is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 43 | 222 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.13 |
| HSL | 275.53º | 0.73% | 0.52% | - |
| HSV(B) | 275.53º | 0.81% | 0.87% | - |
| XYZ | 26.44 | 13.39 | 70.3 | - |
| YUV | 95.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 222 | 0.33 | 0.81 | 0 | 0.13 | 275.53 | 0.73 | 0.52 |
| Hex | 95 | 2B | DE | 21 | 51 | 0 | D | 114 | 49 | 34 |
| Octal | 225 | 53 | 336 | 41 | 121 | 0 | 15 | 424 | 111 | 64 |
| Binary | 10010101 | 101011 | 11011110 | 100001 | 1010001 | 0 | 1101 | 100010100 | 1001001 | 110100 |
Color Harmonies of #952BDE
Complementary color
Monochromatic Colors of #952BDE
Black with #952BDE
Text Example
Text Example
White with #952BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BDE; }
p { color: rgb(149,43,222); }
H1.HeaderClassName
{
color: #952BDE;
}
.AnyTagClassName
{
color: #952BDE;
}
</style>
background-color css
<style>
a { background-color: #952BDE; }
a { background-color: rgb(149,43,222); }
div.DivClassName
{
background-color: #952BDE;
}
.BgClassName
{
background-color: #952BDE;
}
</style>
border-color css
<style>
span { border-color: #952BDE; }
span { border-color: rgb(149,43,222); }
td.TdClassName
{
border-color: #952BDE;
}
.TagClassName
{
border-color: #952BDE;
}
</style>