Shades of Blue Violet #9523EA
Tints of Blue Violet #9523EA
RGB
CMYK
RGB Variations
Color information
#9523EA (or 0x9523EA) is known color: Blue Violet. HEX triplet: 95, 23 and EA. RGB value is (149,35,234). Sum of RGB (Red+Green+Blue) = 149+35+234=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #9523EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9523EA is #6ADC15. Grayscale: #5B5B5B. Windows color (decimal): -7003158 or 15344533. OLE color: 15344533.
HSL color Cylindrical-coordinate representation of color #9523EA: hue angle of 274.37º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9523EA is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 35 | 234 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.08 |
| HSL | 274.37º | 0.83% | 0.53% | - |
| HSV(B) | 274.37º | 0.85% | 0.92% | - |
| XYZ | 27.85 | 13.53 | 78.99 | - |
| YUV | 91.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 234 | 0.36 | 0.85 | 0 | 0.08 | 274.37 | 0.83 | 0.53 |
| Hex | 95 | 23 | EA | 24 | 55 | 0 | 8 | 112 | 53 | 35 |
| Octal | 225 | 43 | 352 | 44 | 125 | 0 | 10 | 422 | 123 | 65 |
| Binary | 10010101 | 100011 | 11101010 | 100100 | 1010101 | 0 | 1000 | 100010010 | 1010011 | 110101 |
Color Harmonies of #9523EA
Complementary color
Monochromatic Colors of #9523EA
Black with #9523EA
Text Example
Text Example
White with #9523EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9523EA; }
p { color: rgb(149,35,234); }
H1.HeaderClassName
{
color: #9523EA;
}
.AnyTagClassName
{
color: #9523EA;
}
</style>
background-color css
<style>
a { background-color: #9523EA; }
a { background-color: rgb(149,35,234); }
div.DivClassName
{
background-color: #9523EA;
}
.BgClassName
{
background-color: #9523EA;
}
</style>
border-color css
<style>
span { border-color: #9523EA; }
span { border-color: rgb(149,35,234); }
td.TdClassName
{
border-color: #9523EA;
}
.TagClassName
{
border-color: #9523EA;
}
</style>