Shades of Blue Violet #9631F4
Tints of Blue Violet #9631F4
RGB
CMYK
RGB Variations
Color information
#9631F4 (or 0x9631F4) is known color: Blue Violet. HEX triplet: 96, 31 and F4. RGB value is (150,49,244). Sum of RGB (Red+Green+Blue) = 150+49+244=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #9631F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631F4 is #69CE0B. Grayscale: #646464. Windows color (decimal): -6934028 or 16003478. OLE color: 16003478.
HSL color Cylindrical-coordinate representation of color #9631F4: hue angle of 271.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9631F4 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 49 | 244 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.04 |
| HSL | 271.08º | 0.9% | 0.57% | - |
| HSV(B) | 271.08º | 0.8% | 0.96% | - |
| XYZ | 30.01 | 15.21 | 86.94 | - |
| YUV | 101.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 244 | 0.39 | 0.80 | 0 | 0.04 | 271.08 | 0.9 | 0.57 |
| Hex | 96 | 31 | F4 | 27 | 50 | 0 | 4 | 10F | 5A | 39 |
| Octal | 226 | 61 | 364 | 47 | 120 | 0 | 4 | 417 | 132 | 71 |
| Binary | 10010110 | 110001 | 11110100 | 100111 | 1010000 | 0 | 100 | 100001111 | 1011010 | 111001 |
Color Harmonies of #9631F4
Complementary color
Monochromatic Colors of #9631F4
Black with #9631F4
Text Example
Text Example
White with #9631F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631F4; }
p { color: rgb(150,49,244); }
H1.HeaderClassName
{
color: #9631F4;
}
.AnyTagClassName
{
color: #9631F4;
}
</style>
background-color css
<style>
a { background-color: #9631F4; }
a { background-color: rgb(150,49,244); }
div.DivClassName
{
background-color: #9631F4;
}
.BgClassName
{
background-color: #9631F4;
}
</style>
border-color css
<style>
span { border-color: #9631F4; }
span { border-color: rgb(150,49,244); }
td.TdClassName
{
border-color: #9631F4;
}
.TagClassName
{
border-color: #9631F4;
}
</style>