Shades of Blue Violet #953CEC
Tints of Blue Violet #953CEC
RGB
CMYK
RGB Variations
Color information
#953CEC (or 0x953CEC) is known color: Blue Violet. HEX triplet: 95, 3C and EC. RGB value is (149,60,236). Sum of RGB (Red+Green+Blue) = 149+60+236=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #953CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953CEC is #6AC313. Grayscale: #6A6A6A. Windows color (decimal): -6996756 or 15482005. OLE color: 15482005.
HSL color Cylindrical-coordinate representation of color #953CEC: hue angle of 270.34º 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 #953CEC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 60 | 236 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270.34º | 0.82% | 0.58% | - |
| HSV(B) | 270.34º | 0.75% | 0.93% | - |
| XYZ | 29.15 | 15.68 | 80.85 | - |
| YUV | 106.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 236 | 0.37 | 0.75 | 0 | 0.07 | 270.34 | 0.82 | 0.58 |
| Hex | 95 | 3C | EC | 25 | 4B | 0 | 7 | 10E | 52 | 3A |
| Octal | 225 | 74 | 354 | 45 | 113 | 0 | 7 | 416 | 122 | 72 |
| Binary | 10010101 | 111100 | 11101100 | 100101 | 1001011 | 0 | 111 | 100001110 | 1010010 | 111010 |
Color Harmonies of #953CEC
Complementary color
Monochromatic Colors of #953CEC
Black with #953CEC
Text Example
Text Example
White with #953CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953CEC; }
p { color: rgb(149,60,236); }
H1.HeaderClassName
{
color: #953CEC;
}
.AnyTagClassName
{
color: #953CEC;
}
</style>
background-color css
<style>
a { background-color: #953CEC; }
a { background-color: rgb(149,60,236); }
div.DivClassName
{
background-color: #953CEC;
}
.BgClassName
{
background-color: #953CEC;
}
</style>
border-color css
<style>
span { border-color: #953CEC; }
span { border-color: rgb(149,60,236); }
td.TdClassName
{
border-color: #953CEC;
}
.TagClassName
{
border-color: #953CEC;
}
</style>