Shades of Blue Violet #9535E9
Tints of Blue Violet #9535E9
RGB
CMYK
RGB Variations
Color information
#9535E9 (or 0x9535E9) is known color: Blue Violet. HEX triplet: 95, 35 and E9. RGB value is (149,53,233). Sum of RGB (Red+Green+Blue) = 149+53+233=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #9535E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9535E9 is #6ACA16. Grayscale: #656565. Windows color (decimal): -6998551 or 15283605. OLE color: 15283605.
HSL color Cylindrical-coordinate representation of color #9535E9: hue angle of 272º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9535E9 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 53 | 233 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.09 |
| HSL | 272º | 0.8% | 0.56% | - |
| HSV(B) | 272º | 0.77% | 0.91% | - |
| XYZ | 28.38 | 14.82 | 78.46 | - |
| YUV | 102.22 | 201.8 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 233 | 0.36 | 0.77 | 0 | 0.09 | 272 | 0.8 | 0.56 |
| Hex | 95 | 35 | E9 | 24 | 4D | 0 | 9 | 110 | 50 | 38 |
| Octal | 225 | 65 | 351 | 44 | 115 | 0 | 11 | 420 | 120 | 70 |
| Binary | 10010101 | 110101 | 11101001 | 100100 | 1001101 | 0 | 1001 | 100010000 | 1010000 | 111000 |
Color Harmonies of #9535E9
Complementary color
Monochromatic Colors of #9535E9
Black with #9535E9
Text Example
Text Example
White with #9535E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535E9; }
p { color: rgb(149,53,233); }
H1.HeaderClassName
{
color: #9535E9;
}
.AnyTagClassName
{
color: #9535E9;
}
</style>
background-color css
<style>
a { background-color: #9535E9; }
a { background-color: rgb(149,53,233); }
div.DivClassName
{
background-color: #9535E9;
}
.BgClassName
{
background-color: #9535E9;
}
</style>
border-color css
<style>
span { border-color: #9535E9; }
span { border-color: rgb(149,53,233); }
td.TdClassName
{
border-color: #9535E9;
}
.TagClassName
{
border-color: #9535E9;
}
</style>