Shades of Blue Violet #9F40FE
Tints of Blue Violet #9F40FE
RGB
CMYK
RGB Variations
Color information
#9F40FE (or 0x9F40FE) is known color: Blue Violet. HEX triplet: 9F, 40 and FE. RGB value is (159,64,254). Sum of RGB (Red+Green+Blue) = 159+64+254=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F40FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40FE is #60BF01. Grayscale: #717171. Windows color (decimal): -6340354 or 16662687. OLE color: 16662687.
HSL color Cylindrical-coordinate representation of color #9F40FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F40FE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 64 | 254 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.62% | - |
| HSV(B) | 270º | 0.75% | 1% | - |
| XYZ | 34.02 | 18.19 | 95.48 | - |
| YUV | 114.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 254 | 0.37 | 0.75 | 0 | 0.00 | 270 | 0.99 | 0.62 |
| Hex | 9F | 40 | FE | 25 | 4B | 0 | 0 | 10E | 63 | 3E |
| Octal | 237 | 100 | 376 | 45 | 113 | 0 | 0 | 416 | 143 | 76 |
| Binary | 10011111 | 1000000 | 11111110 | 100101 | 1001011 | 0 | 0 | 100001110 | 1100011 | 111110 |
Color Harmonies of #9F40FE
Complementary color
Monochromatic Colors of #9F40FE
Black with #9F40FE
Text Example
Text Example
White with #9F40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40FE; }
p { color: rgb(159,64,254); }
H1.HeaderClassName
{
color: #9F40FE;
}
.AnyTagClassName
{
color: #9F40FE;
}
</style>
background-color css
<style>
a { background-color: #9F40FE; }
a { background-color: rgb(159,64,254); }
div.DivClassName
{
background-color: #9F40FE;
}
.BgClassName
{
background-color: #9F40FE;
}
</style>
border-color css
<style>
span { border-color: #9F40FE; }
span { border-color: rgb(159,64,254); }
td.TdClassName
{
border-color: #9F40FE;
}
.TagClassName
{
border-color: #9F40FE;
}
</style>