Shades of Blue Violet #9520EB
Tints of Blue Violet #9520EB
RGB
CMYK
RGB Variations
Color information
#9520EB (or 0x9520EB) is known color: Blue Violet. HEX triplet: 95, 20 and EB. RGB value is (149,32,235). Sum of RGB (Red+Green+Blue) = 149+32+235=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #9520EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9520EB is #6ADF14. Grayscale: #595959. Windows color (decimal): -7003925 or 15409301. OLE color: 15409301.
HSL color Cylindrical-coordinate representation of color #9520EB: hue angle of 274.58º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9520EB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 32 | 235 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.08 |
| HSL | 274.58º | 0.84% | 0.52% | - |
| HSV(B) | 274.58º | 0.86% | 0.92% | - |
| XYZ | 27.91 | 13.42 | 79.72 | - |
| YUV | 90.13 | 209.76 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 235 | 0.37 | 0.86 | 0 | 0.08 | 274.58 | 0.84 | 0.52 |
| Hex | 95 | 20 | EB | 25 | 56 | 0 | 8 | 113 | 54 | 34 |
| Octal | 225 | 40 | 353 | 45 | 126 | 0 | 10 | 423 | 124 | 64 |
| Binary | 10010101 | 100000 | 11101011 | 100101 | 1010110 | 0 | 1000 | 100010011 | 1010100 | 110100 |
Color Harmonies of #9520EB
Complementary color
Monochromatic Colors of #9520EB
Black with #9520EB
Text Example
Text Example
White with #9520EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9520EB; }
p { color: rgb(149,32,235); }
H1.HeaderClassName
{
color: #9520EB;
}
.AnyTagClassName
{
color: #9520EB;
}
</style>
background-color css
<style>
a { background-color: #9520EB; }
a { background-color: rgb(149,32,235); }
div.DivClassName
{
background-color: #9520EB;
}
.BgClassName
{
background-color: #9520EB;
}
</style>
border-color css
<style>
span { border-color: #9520EB; }
span { border-color: rgb(149,32,235); }
td.TdClassName
{
border-color: #9520EB;
}
.TagClassName
{
border-color: #9520EB;
}
</style>