Shades of Blue Violet #9631EC
Tints of Blue Violet #9631EC
RGB
CMYK
RGB Variations
Color information
#9631EC (or 0x9631EC) is known color: Blue Violet. HEX triplet: 96, 31 and EC. RGB value is (150,49,236). Sum of RGB (Red+Green+Blue) = 150+49+236=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #9631EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631EC is #69CE13. Grayscale: #636363. Windows color (decimal): -6934036 or 15479190. OLE color: 15479190.
HSL color Cylindrical-coordinate representation of color #9631EC: hue angle of 272.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9631EC is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 49 | 236 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.07 |
| HSL | 272.41º | 0.83% | 0.56% | - |
| HSV(B) | 272.41º | 0.79% | 0.93% | - |
| XYZ | 28.82 | 14.74 | 80.68 | - |
| YUV | 100.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 236 | 0.36 | 0.79 | 0 | 0.07 | 272.41 | 0.83 | 0.56 |
| Hex | 96 | 31 | EC | 24 | 4F | 0 | 7 | 110 | 53 | 38 |
| Octal | 226 | 61 | 354 | 44 | 117 | 0 | 7 | 420 | 123 | 70 |
| Binary | 10010110 | 110001 | 11101100 | 100100 | 1001111 | 0 | 111 | 100010000 | 1010011 | 111000 |
Color Harmonies of #9631EC
Complementary color
Monochromatic Colors of #9631EC
Black with #9631EC
Text Example
Text Example
White with #9631EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631EC; }
p { color: rgb(150,49,236); }
H1.HeaderClassName
{
color: #9631EC;
}
.AnyTagClassName
{
color: #9631EC;
}
</style>
background-color css
<style>
a { background-color: #9631EC; }
a { background-color: rgb(150,49,236); }
div.DivClassName
{
background-color: #9631EC;
}
.BgClassName
{
background-color: #9631EC;
}
</style>
border-color css
<style>
span { border-color: #9631EC; }
span { border-color: rgb(150,49,236); }
td.TdClassName
{
border-color: #9631EC;
}
.TagClassName
{
border-color: #9631EC;
}
</style>