Shades of Blue Violet #9526EE
Tints of Blue Violet #9526EE
RGB
CMYK
RGB Variations
Color information
#9526EE (or 0x9526EE) is known color: Blue Violet. HEX triplet: 95, 26 and EE. RGB value is (149,38,238). Sum of RGB (Red+Green+Blue) = 149+38+238=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #9526EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9526EE is #6AD911. Grayscale: #5D5D5D. Windows color (decimal): -7002386 or 15607445. OLE color: 15607445.
HSL color Cylindrical-coordinate representation of color #9526EE: hue angle of 273.3º 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 #9526EE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 38 | 238 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 273.3º | 0.85% | 0.54% | - |
| HSV(B) | 273.3º | 0.84% | 0.93% | - |
| XYZ | 28.52 | 13.95 | 82.08 | - |
| YUV | 93.99 | 209.27 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 238 | 0.37 | 0.84 | 0 | 0.07 | 273.3 | 0.85 | 0.54 |
| Hex | 95 | 26 | EE | 25 | 54 | 0 | 7 | 111 | 55 | 36 |
| Octal | 225 | 46 | 356 | 45 | 124 | 0 | 7 | 421 | 125 | 66 |
| Binary | 10010101 | 100110 | 11101110 | 100101 | 1010100 | 0 | 111 | 100010001 | 1010101 | 110110 |
Color Harmonies of #9526EE
Complementary color
Monochromatic Colors of #9526EE
Black with #9526EE
Text Example
Text Example
White with #9526EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526EE; }
p { color: rgb(149,38,238); }
H1.HeaderClassName
{
color: #9526EE;
}
.AnyTagClassName
{
color: #9526EE;
}
</style>
background-color css
<style>
a { background-color: #9526EE; }
a { background-color: rgb(149,38,238); }
div.DivClassName
{
background-color: #9526EE;
}
.BgClassName
{
background-color: #9526EE;
}
</style>
border-color css
<style>
span { border-color: #9526EE; }
span { border-color: rgb(149,38,238); }
td.TdClassName
{
border-color: #9526EE;
}
.TagClassName
{
border-color: #9526EE;
}
</style>