Shades of Blue Violet #9647EF
Tints of Blue Violet #9647EF
RGB
CMYK
RGB Variations
Color information
#9647EF (or 0x9647EF) is known color: Blue Violet. HEX triplet: 96, 47 and EF. RGB value is (150,71,239). Sum of RGB (Red+Green+Blue) = 150+71+239=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #9647EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9647EF is #69B810. Grayscale: #717171. Windows color (decimal): -6928401 or 15681430. OLE color: 15681430.
HSL color Cylindrical-coordinate representation of color #9647EF: hue angle of 268.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9647EF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 71 | 239 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.06 |
| HSL | 268.21º | 0.84% | 0.61% | - |
| HSV(B) | 268.21º | 0.7% | 0.94% | - |
| XYZ | 30.41 | 17.22 | 83.38 | - |
| YUV | 113.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 239 | 0.37 | 0.70 | 0 | 0.06 | 268.21 | 0.84 | 0.61 |
| Hex | 96 | 47 | EF | 25 | 46 | 0 | 6 | 10C | 54 | 3D |
| Octal | 226 | 107 | 357 | 45 | 106 | 0 | 6 | 414 | 124 | 75 |
| Binary | 10010110 | 1000111 | 11101111 | 100101 | 1000110 | 0 | 110 | 100001100 | 1010100 | 111101 |
Color Harmonies of #9647EF
Complementary color
Monochromatic Colors of #9647EF
Black with #9647EF
Text Example
Text Example
White with #9647EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647EF; }
p { color: rgb(150,71,239); }
H1.HeaderClassName
{
color: #9647EF;
}
.AnyTagClassName
{
color: #9647EF;
}
</style>
background-color css
<style>
a { background-color: #9647EF; }
a { background-color: rgb(150,71,239); }
div.DivClassName
{
background-color: #9647EF;
}
.BgClassName
{
background-color: #9647EF;
}
</style>
border-color css
<style>
span { border-color: #9647EF; }
span { border-color: rgb(150,71,239); }
td.TdClassName
{
border-color: #9647EF;
}
.TagClassName
{
border-color: #9647EF;
}
</style>