Shades of Blue Violet #9747FF
Tints of Blue Violet #9747FF
RGB
CMYK
RGB Variations
Color information
#9747FF (or 0x9747FF) is known color: Blue Violet. HEX triplet: 97, 47 and FF. RGB value is (151,71,255). Sum of RGB (Red+Green+Blue) = 151+71+255=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #9747FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9747FF is #68B800. Grayscale: #737373. Windows color (decimal): -6862849 or 16730007. OLE color: 16730007.
HSL color Cylindrical-coordinate representation of color #9747FF: hue angle of 266.09º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9747FF is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 71 | 255 | - |
| CMYK | 0.41 | 0.72 | 0 | 0 |
| HSL | 266.09º | 1% | 0.64% | - |
| HSV(B) | 266.09º | 0.72% | 1% | - |
| XYZ | 33.07 | 18.31 | 96.4 | - |
| YUV | 115.9 | 206.5 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 255 | 0.41 | 0.72 | 0 | 0 | 266.09 | 1 | 0.64 |
| Hex | 97 | 47 | FF | 29 | 48 | 0 | 0 | 10A | 64 | 40 |
| Octal | 227 | 107 | 377 | 51 | 110 | 0 | 0 | 412 | 144 | 100 |
| Binary | 10010111 | 1000111 | 11111111 | 101001 | 1001000 | 0 | 0 | 100001010 | 1100100 | 1000000 |
Color Harmonies of #9747FF
Complementary color
Monochromatic Colors of #9747FF
Black with #9747FF
Text Example
Text Example
White with #9747FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9747FF; }
p { color: rgb(151,71,255); }
H1.HeaderClassName
{
color: #9747FF;
}
.AnyTagClassName
{
color: #9747FF;
}
</style>
background-color css
<style>
a { background-color: #9747FF; }
a { background-color: rgb(151,71,255); }
div.DivClassName
{
background-color: #9747FF;
}
.BgClassName
{
background-color: #9747FF;
}
</style>
border-color css
<style>
span { border-color: #9747FF; }
span { border-color: rgb(151,71,255); }
td.TdClassName
{
border-color: #9747FF;
}
.TagClassName
{
border-color: #9747FF;
}
</style>