Shades of Blue Violet #9523EC
Tints of Blue Violet #9523EC
RGB
CMYK
RGB Variations
Color information
#9523EC (or 0x9523EC) is known color: Blue Violet. HEX triplet: 95, 23 and EC. RGB value is (149,35,236). Sum of RGB (Red+Green+Blue) = 149+35+236=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #9523EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9523EC is #6ADC13. Grayscale: #5B5B5B. Windows color (decimal): -7003156 or 15475605. OLE color: 15475605.
HSL color Cylindrical-coordinate representation of color #9523EC: hue angle of 274.03º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9523EC is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 35 | 236 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.07 |
| HSL | 274.03º | 0.84% | 0.53% | - |
| HSV(B) | 274.03º | 0.85% | 0.93% | - |
| XYZ | 28.14 | 13.65 | 80.51 | - |
| YUV | 92 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 236 | 0.37 | 0.85 | 0 | 0.07 | 274.03 | 0.84 | 0.53 |
| Hex | 95 | 23 | EC | 25 | 55 | 0 | 7 | 112 | 54 | 35 |
| Octal | 225 | 43 | 354 | 45 | 125 | 0 | 7 | 422 | 124 | 65 |
| Binary | 10010101 | 100011 | 11101100 | 100101 | 1010101 | 0 | 111 | 100010010 | 1010100 | 110101 |
Color Harmonies of #9523EC
Complementary color
Monochromatic Colors of #9523EC
Black with #9523EC
Text Example
Text Example
White with #9523EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9523EC; }
p { color: rgb(149,35,236); }
H1.HeaderClassName
{
color: #9523EC;
}
.AnyTagClassName
{
color: #9523EC;
}
</style>
background-color css
<style>
a { background-color: #9523EC; }
a { background-color: rgb(149,35,236); }
div.DivClassName
{
background-color: #9523EC;
}
.BgClassName
{
background-color: #9523EC;
}
</style>
border-color css
<style>
span { border-color: #9523EC; }
span { border-color: rgb(149,35,236); }
td.TdClassName
{
border-color: #9523EC;
}
.TagClassName
{
border-color: #9523EC;
}
</style>