Shades of Blue Violet #9631E9
Tints of Blue Violet #9631E9
RGB
CMYK
RGB Variations
Color information
#9631E9 (or 0x9631E9) is known color: Blue Violet. HEX triplet: 96, 31 and E9. RGB value is (150,49,233). Sum of RGB (Red+Green+Blue) = 150+49+233=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #9631E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631E9 is #69CE16. Grayscale: #636363. Windows color (decimal): -6934039 or 15282582. OLE color: 15282582.
HSL color Cylindrical-coordinate representation of color #9631E9: hue angle of 272.93º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9631E9 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 49 | 233 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.09 |
| HSL | 272.93º | 0.81% | 0.55% | - |
| HSV(B) | 272.93º | 0.79% | 0.91% | - |
| XYZ | 28.38 | 14.56 | 78.41 | - |
| YUV | 100.18 | 202.96 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 233 | 0.36 | 0.79 | 0 | 0.09 | 272.93 | 0.81 | 0.55 |
| Hex | 96 | 31 | E9 | 24 | 4F | 0 | 9 | 111 | 51 | 37 |
| Octal | 226 | 61 | 351 | 44 | 117 | 0 | 11 | 421 | 121 | 67 |
| Binary | 10010110 | 110001 | 11101001 | 100100 | 1001111 | 0 | 1001 | 100010001 | 1010001 | 110111 |
Color Harmonies of #9631E9
Complementary color
Monochromatic Colors of #9631E9
Black with #9631E9
Text Example
Text Example
White with #9631E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631E9; }
p { color: rgb(150,49,233); }
H1.HeaderClassName
{
color: #9631E9;
}
.AnyTagClassName
{
color: #9631E9;
}
</style>
background-color css
<style>
a { background-color: #9631E9; }
a { background-color: rgb(150,49,233); }
div.DivClassName
{
background-color: #9631E9;
}
.BgClassName
{
background-color: #9631E9;
}
</style>
border-color css
<style>
span { border-color: #9631E9; }
span { border-color: rgb(150,49,233); }
td.TdClassName
{
border-color: #9631E9;
}
.TagClassName
{
border-color: #9631E9;
}
</style>