Shades of Blue Violet #953BDE
Tints of Blue Violet #953BDE
RGB
CMYK
RGB Variations
Color information
#953BDE (or 0x953BDE) is known color: Blue Violet. HEX triplet: 95, 3B and DE. RGB value is (149,59,222). Sum of RGB (Red+Green+Blue) = 149+59+222=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #953BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BDE is #6AC421. Grayscale: #676767. Windows color (decimal): -6997026 or 14564245. OLE color: 14564245.
HSL color Cylindrical-coordinate representation of color #953BDE: hue angle of 273.13º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953BDE is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 59 | 222 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.13 |
| HSL | 273.13º | 0.71% | 0.55% | - |
| HSV(B) | 273.13º | 0.73% | 0.87% | - |
| XYZ | 27.14 | 14.79 | 70.53 | - |
| YUV | 104.49 | 194.32 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 222 | 0.33 | 0.73 | 0 | 0.13 | 273.13 | 0.71 | 0.55 |
| Hex | 95 | 3B | DE | 21 | 49 | 0 | D | 111 | 47 | 37 |
| Octal | 225 | 73 | 336 | 41 | 111 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010101 | 111011 | 11011110 | 100001 | 1001001 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #953BDE
Complementary color
Monochromatic Colors of #953BDE
Black with #953BDE
Text Example
Text Example
White with #953BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BDE; }
p { color: rgb(149,59,222); }
H1.HeaderClassName
{
color: #953BDE;
}
.AnyTagClassName
{
color: #953BDE;
}
</style>
background-color css
<style>
a { background-color: #953BDE; }
a { background-color: rgb(149,59,222); }
div.DivClassName
{
background-color: #953BDE;
}
.BgClassName
{
background-color: #953BDE;
}
</style>
border-color css
<style>
span { border-color: #953BDE; }
span { border-color: rgb(149,59,222); }
td.TdClassName
{
border-color: #953BDE;
}
.TagClassName
{
border-color: #953BDE;
}
</style>