Shades of Blue Violet #9F4AFE
Tints of Blue Violet #9F4AFE
RGB
CMYK
RGB Variations
Color information
#9F4AFE (or 0x9F4AFE) is known color: Blue Violet. HEX triplet: 9F, 4A and FE. RGB value is (159,74,254). Sum of RGB (Red+Green+Blue) = 159+74+254=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F4AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F4AFE is #60B501. Grayscale: #777777. Windows color (decimal): -6337794 or 16665247. OLE color: 16665247.
HSL color Cylindrical-coordinate representation of color #9F4AFE: hue angle of 268.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F4AFE is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 74 | 254 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.00 |
| HSL | 268.33º | 0.99% | 0.64% | - |
| HSV(B) | 268.33º | 0.71% | 1% | - |
| XYZ | 34.64 | 19.42 | 95.69 | - |
| YUV | 119.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 254 | 0.37 | 0.71 | 0 | 0.00 | 268.33 | 0.99 | 0.64 |
| Hex | 9F | 4A | FE | 25 | 47 | 0 | 0 | 10C | 63 | 40 |
| Octal | 237 | 112 | 376 | 45 | 107 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011111 | 1001010 | 11111110 | 100101 | 1000111 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9F4AFE
Complementary color
Monochromatic Colors of #9F4AFE
Black with #9F4AFE
Text Example
Text Example
White with #9F4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4AFE; }
p { color: rgb(159,74,254); }
H1.HeaderClassName
{
color: #9F4AFE;
}
.AnyTagClassName
{
color: #9F4AFE;
}
</style>
background-color css
<style>
a { background-color: #9F4AFE; }
a { background-color: rgb(159,74,254); }
div.DivClassName
{
background-color: #9F4AFE;
}
.BgClassName
{
background-color: #9F4AFE;
}
</style>
border-color css
<style>
span { border-color: #9F4AFE; }
span { border-color: rgb(159,74,254); }
td.TdClassName
{
border-color: #9F4AFE;
}
.TagClassName
{
border-color: #9F4AFE;
}
</style>