Shades of Blue Violet #9526ED
Tints of Blue Violet #9526ED
RGB
CMYK
RGB Variations
Color information
#9526ED (or 0x9526ED) is known color: Blue Violet. HEX triplet: 95, 26 and ED. RGB value is (149,38,237). Sum of RGB (Red+Green+Blue) = 149+38+237=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #9526ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9526ED is #6AD912. Grayscale: #5D5D5D. Windows color (decimal): -7002387 or 15541909. OLE color: 15541909.
HSL color Cylindrical-coordinate representation of color #9526ED: hue angle of 273.47º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9526ED is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 38 | 237 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 273.47º | 0.85% | 0.54% | - |
| HSV(B) | 273.47º | 0.84% | 0.93% | - |
| XYZ | 28.37 | 13.89 | 81.31 | - |
| YUV | 93.88 | 208.77 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 237 | 0.37 | 0.84 | 0 | 0.07 | 273.47 | 0.85 | 0.54 |
| Hex | 95 | 26 | ED | 25 | 54 | 0 | 7 | 111 | 55 | 36 |
| Octal | 225 | 46 | 355 | 45 | 124 | 0 | 7 | 421 | 125 | 66 |
| Binary | 10010101 | 100110 | 11101101 | 100101 | 1010100 | 0 | 111 | 100010001 | 1010101 | 110110 |
Color Harmonies of #9526ED
Complementary color
Monochromatic Colors of #9526ED
Black with #9526ED
Text Example
Text Example
White with #9526ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526ED; }
p { color: rgb(149,38,237); }
H1.HeaderClassName
{
color: #9526ED;
}
.AnyTagClassName
{
color: #9526ED;
}
</style>
background-color css
<style>
a { background-color: #9526ED; }
a { background-color: rgb(149,38,237); }
div.DivClassName
{
background-color: #9526ED;
}
.BgClassName
{
background-color: #9526ED;
}
</style>
border-color css
<style>
span { border-color: #9526ED; }
span { border-color: rgb(149,38,237); }
td.TdClassName
{
border-color: #9526ED;
}
.TagClassName
{
border-color: #9526ED;
}
</style>