Shades of Blue Violet #9F49FD
Tints of Blue Violet #9F49FD
RGB
CMYK
RGB Variations
Color information
#9F49FD (or 0x9F49FD) is known color: Blue Violet. HEX triplet: 9F, 49 and FD. RGB value is (159,73,253). Sum of RGB (Red+Green+Blue) = 159+73+253=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F49FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F49FD is #60B602. Grayscale: #767676. Windows color (decimal): -6338051 or 16599455. OLE color: 16599455.
HSL color Cylindrical-coordinate representation of color #9F49FD: hue angle of 268.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F49FD is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 73 | 253 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.01 |
| HSL | 268.67º | 0.98% | 0.64% | - |
| HSV(B) | 268.67º | 0.71% | 0.99% | - |
| XYZ | 34.41 | 19.23 | 94.83 | - |
| YUV | 119.23 | 203.49 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 253 | 0.37 | 0.71 | 0 | 0.01 | 268.67 | 0.98 | 0.64 |
| Hex | 9F | 49 | FD | 25 | 47 | 0 | 1 | 10D | 62 | 40 |
| Octal | 237 | 111 | 375 | 45 | 107 | 0 | 1 | 415 | 142 | 100 |
| Binary | 10011111 | 1001001 | 11111101 | 100101 | 1000111 | 0 | 1 | 100001101 | 1100010 | 1000000 |
Color Harmonies of #9F49FD
Complementary color
Monochromatic Colors of #9F49FD
Black with #9F49FD
Text Example
Text Example
White with #9F49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F49FD; }
p { color: rgb(159,73,253); }
H1.HeaderClassName
{
color: #9F49FD;
}
.AnyTagClassName
{
color: #9F49FD;
}
</style>
background-color css
<style>
a { background-color: #9F49FD; }
a { background-color: rgb(159,73,253); }
div.DivClassName
{
background-color: #9F49FD;
}
.BgClassName
{
background-color: #9F49FD;
}
</style>
border-color css
<style>
span { border-color: #9F49FD; }
span { border-color: rgb(159,73,253); }
td.TdClassName
{
border-color: #9F49FD;
}
.TagClassName
{
border-color: #9F49FD;
}
</style>