Shades of Blue Violet #9F40FD
Tints of Blue Violet #9F40FD
RGB
CMYK
RGB Variations
Color information
#9F40FD (or 0x9F40FD) is known color: Blue Violet. HEX triplet: 9F, 40 and FD. RGB value is (159,64,253). Sum of RGB (Red+Green+Blue) = 159+64+253=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F40FD is #60BF02. Grayscale: #717171. Windows color (decimal): -6340355 or 16597151. OLE color: 16597151.
HSL color Cylindrical-coordinate representation of color #9F40FD: hue angle of 270.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F40FD is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 64 | 253 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.16º | 0.98% | 0.62% | - |
| HSV(B) | 270.16º | 0.75% | 0.99% | - |
| XYZ | 33.86 | 18.13 | 94.64 | - |
| YUV | 113.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 253 | 0.37 | 0.75 | 0 | 0.01 | 270.16 | 0.98 | 0.62 |
| Hex | 9F | 40 | FD | 25 | 4B | 0 | 1 | 10E | 62 | 3E |
| Octal | 237 | 100 | 375 | 45 | 113 | 0 | 1 | 416 | 142 | 76 |
| Binary | 10011111 | 1000000 | 11111101 | 100101 | 1001011 | 0 | 1 | 100001110 | 1100010 | 111110 |
Color Harmonies of #9F40FD
Complementary color
Monochromatic Colors of #9F40FD
Black with #9F40FD
Text Example
Text Example
White with #9F40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F40FD; }
p { color: rgb(159,64,253); }
H1.HeaderClassName
{
color: #9F40FD;
}
.AnyTagClassName
{
color: #9F40FD;
}
</style>
background-color css
<style>
a { background-color: #9F40FD; }
a { background-color: rgb(159,64,253); }
div.DivClassName
{
background-color: #9F40FD;
}
.BgClassName
{
background-color: #9F40FD;
}
</style>
border-color css
<style>
span { border-color: #9F40FD; }
span { border-color: rgb(159,64,253); }
td.TdClassName
{
border-color: #9F40FD;
}
.TagClassName
{
border-color: #9F40FD;
}
</style>