Shades of Blue Violet #9631FC
Tints of Blue Violet #9631FC
RGB
CMYK
RGB Variations
Color information
#9631FC (or 0x9631FC) is known color: Blue Violet. HEX triplet: 96, 31 and FC. RGB value is (150,49,252). Sum of RGB (Red+Green+Blue) = 150+49+252=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #9631FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631FC is #69CE03. Grayscale: #656565. Windows color (decimal): -6934020 or 16527766. OLE color: 16527766.
HSL color Cylindrical-coordinate representation of color #9631FC: hue angle of 269.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9631FC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 49 | 252 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.01 |
| HSL | 269.85º | 0.97% | 0.59% | - |
| HSV(B) | 269.85º | 0.81% | 0.99% | - |
| XYZ | 31.25 | 15.71 | 93.48 | - |
| YUV | 102.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 252 | 0.40 | 0.81 | 0 | 0.01 | 269.85 | 0.97 | 0.59 |
| Hex | 96 | 31 | FC | 28 | 51 | 0 | 1 | 10E | 61 | 3B |
| Octal | 226 | 61 | 374 | 50 | 121 | 0 | 1 | 416 | 141 | 73 |
| Binary | 10010110 | 110001 | 11111100 | 101000 | 1010001 | 0 | 1 | 100001110 | 1100001 | 111011 |
Color Harmonies of #9631FC
Complementary color
Monochromatic Colors of #9631FC
Black with #9631FC
Text Example
Text Example
White with #9631FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631FC; }
p { color: rgb(150,49,252); }
H1.HeaderClassName
{
color: #9631FC;
}
.AnyTagClassName
{
color: #9631FC;
}
</style>
background-color css
<style>
a { background-color: #9631FC; }
a { background-color: rgb(150,49,252); }
div.DivClassName
{
background-color: #9631FC;
}
.BgClassName
{
background-color: #9631FC;
}
</style>
border-color css
<style>
span { border-color: #9631FC; }
span { border-color: rgb(150,49,252); }
td.TdClassName
{
border-color: #9631FC;
}
.TagClassName
{
border-color: #9631FC;
}
</style>