Shades of Blue Violet #9526E4
Tints of Blue Violet #9526E4
RGB
CMYK
RGB Variations
Color information
#9526E4 (or 0x9526E4) is known color: Blue Violet. HEX triplet: 95, 26 and E4. RGB value is (149,38,228). Sum of RGB (Red+Green+Blue) = 149+38+228=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 228 (89.45% from 255 or 54.94% from 415); Max value from RGB is 228 - color contains mainly: blue. Hex color #9526E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526E4 is #6AD91B. Grayscale: #5C5C5C. Windows color (decimal): -7002396 or 14952085. OLE color: 14952085.
HSL color Cylindrical-coordinate representation of color #9526E4: hue angle of 275.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9526E4 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 38 | 228 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.11 |
| HSL | 275.05º | 0.78% | 0.52% | - |
| HSV(B) | 275.05º | 0.83% | 0.89% | - |
| XYZ | 27.09 | 13.38 | 74.55 | - |
| YUV | 92.85 | 204.27 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 38 | 228 | 0.35 | 0.83 | 0 | 0.11 | 275.05 | 0.78 | 0.52 |
| Hex | 95 | 26 | E4 | 23 | 53 | 0 | B | 113 | 4E | 34 |
| Octal | 225 | 46 | 344 | 43 | 123 | 0 | 13 | 423 | 116 | 64 |
| Binary | 10010101 | 100110 | 11100100 | 100011 | 1010011 | 0 | 1011 | 100010011 | 1001110 | 110100 |
Color Harmonies of #9526E4
Complementary color
Monochromatic Colors of #9526E4
Black with #9526E4
Text Example
Text Example
White with #9526E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9526E4; }
p { color: rgb(149,38,228); }
H1.HeaderClassName
{
color: #9526E4;
}
.AnyTagClassName
{
color: #9526E4;
}
</style>
background-color css
<style>
a { background-color: #9526E4; }
a { background-color: rgb(149,38,228); }
div.DivClassName
{
background-color: #9526E4;
}
.BgClassName
{
background-color: #9526E4;
}
</style>
border-color css
<style>
span { border-color: #9526E4; }
span { border-color: rgb(149,38,228); }
td.TdClassName
{
border-color: #9526E4;
}
.TagClassName
{
border-color: #9526E4;
}
</style>