Shades of Blue Violet #953AEC
Tints of Blue Violet #953AEC
RGB
CMYK
RGB Variations
Color information
#953AEC (or 0x953AEC) is known color: Blue Violet. HEX triplet: 95, 3A and EC. RGB value is (149,58,236). Sum of RGB (Red+Green+Blue) = 149+58+236=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #953AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AEC is #6AC513. Grayscale: #686868. Windows color (decimal): -6997268 or 15481493. OLE color: 15481493.
HSL color Cylindrical-coordinate representation of color #953AEC: hue angle of 270.67º 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 #953AEC is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 58 | 236 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270.67º | 0.82% | 0.58% | - |
| HSV(B) | 270.67º | 0.75% | 0.93% | - |
| XYZ | 29.05 | 15.47 | 80.81 | - |
| YUV | 105.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 236 | 0.37 | 0.75 | 0 | 0.07 | 270.67 | 0.82 | 0.58 |
| Hex | 95 | 3A | EC | 25 | 4B | 0 | 7 | 10F | 52 | 3A |
| Octal | 225 | 72 | 354 | 45 | 113 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10010101 | 111010 | 11101100 | 100101 | 1001011 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #953AEC
Complementary color
Monochromatic Colors of #953AEC
Black with #953AEC
Text Example
Text Example
White with #953AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953AEC; }
p { color: rgb(149,58,236); }
H1.HeaderClassName
{
color: #953AEC;
}
.AnyTagClassName
{
color: #953AEC;
}
</style>
background-color css
<style>
a { background-color: #953AEC; }
a { background-color: rgb(149,58,236); }
div.DivClassName
{
background-color: #953AEC;
}
.BgClassName
{
background-color: #953AEC;
}
</style>
border-color css
<style>
span { border-color: #953AEC; }
span { border-color: rgb(149,58,236); }
td.TdClassName
{
border-color: #953AEC;
}
.TagClassName
{
border-color: #953AEC;
}
</style>