Shades of Blue Violet #953BEC
Tints of Blue Violet #953BEC
RGB
CMYK
RGB Variations
Color information
#953BEC (or 0x953BEC) is known color: Blue Violet. HEX triplet: 95, 3B and EC. RGB value is (149,59,236). Sum of RGB (Red+Green+Blue) = 149+59+236=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #953BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953BEC is #6AC413. Grayscale: #696969. Windows color (decimal): -6997012 or 15481749. OLE color: 15481749.
HSL color Cylindrical-coordinate representation of color #953BEC: hue angle of 270.51º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953BEC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 59 | 236 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270.51º | 0.82% | 0.58% | - |
| HSV(B) | 270.51º | 0.75% | 0.93% | - |
| XYZ | 29.1 | 15.57 | 80.83 | - |
| YUV | 106.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 236 | 0.37 | 0.75 | 0 | 0.07 | 270.51 | 0.82 | 0.58 |
| Hex | 95 | 3B | EC | 25 | 4B | 0 | 7 | 10F | 52 | 3A |
| Octal | 225 | 73 | 354 | 45 | 113 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10010101 | 111011 | 11101100 | 100101 | 1001011 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #953BEC
Complementary color
Monochromatic Colors of #953BEC
Black with #953BEC
Text Example
Text Example
White with #953BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953BEC; }
p { color: rgb(149,59,236); }
H1.HeaderClassName
{
color: #953BEC;
}
.AnyTagClassName
{
color: #953BEC;
}
</style>
background-color css
<style>
a { background-color: #953BEC; }
a { background-color: rgb(149,59,236); }
div.DivClassName
{
background-color: #953BEC;
}
.BgClassName
{
background-color: #953BEC;
}
</style>
border-color css
<style>
span { border-color: #953BEC; }
span { border-color: rgb(149,59,236); }
td.TdClassName
{
border-color: #953BEC;
}
.TagClassName
{
border-color: #953BEC;
}
</style>