Shades of Blue Violet #9631EE
Tints of Blue Violet #9631EE
RGB
CMYK
RGB Variations
Color information
#9631EE (or 0x9631EE) is known color: Blue Violet. HEX triplet: 96, 31 and EE. RGB value is (150,49,238). Sum of RGB (Red+Green+Blue) = 150+49+238=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #9631EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631EE is #69CE11. Grayscale: #646464. Windows color (decimal): -6934034 or 15610262. OLE color: 15610262.
HSL color Cylindrical-coordinate representation of color #9631EE: hue angle of 272.06º degrees, saturation: 0.85, 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 #9631EE is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 49 | 238 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.07 |
| HSL | 272.06º | 0.85% | 0.56% | - |
| HSV(B) | 272.06º | 0.79% | 0.93% | - |
| XYZ | 29.11 | 14.85 | 82.22 | - |
| YUV | 100.75 | 205.46 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 238 | 0.37 | 0.79 | 0 | 0.07 | 272.06 | 0.85 | 0.56 |
| Hex | 96 | 31 | EE | 25 | 4F | 0 | 7 | 110 | 55 | 38 |
| Octal | 226 | 61 | 356 | 45 | 117 | 0 | 7 | 420 | 125 | 70 |
| Binary | 10010110 | 110001 | 11101110 | 100101 | 1001111 | 0 | 111 | 100010000 | 1010101 | 111000 |
Color Harmonies of #9631EE
Complementary color
Monochromatic Colors of #9631EE
Black with #9631EE
Text Example
Text Example
White with #9631EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9631EE; }
p { color: rgb(150,49,238); }
H1.HeaderClassName
{
color: #9631EE;
}
.AnyTagClassName
{
color: #9631EE;
}
</style>
background-color css
<style>
a { background-color: #9631EE; }
a { background-color: rgb(150,49,238); }
div.DivClassName
{
background-color: #9631EE;
}
.BgClassName
{
background-color: #9631EE;
}
</style>
border-color css
<style>
span { border-color: #9631EE; }
span { border-color: rgb(150,49,238); }
td.TdClassName
{
border-color: #9631EE;
}
.TagClassName
{
border-color: #9631EE;
}
</style>