Shades of Blue Violet #9F3FFD
Tints of Blue Violet #9F3FFD
RGB
CMYK
RGB Variations
Color information
#9F3FFD (or 0x9F3FFD) is known color: Blue Violet. HEX triplet: 9F, 3F and FD. RGB value is (159,63,253). Sum of RGB (Red+Green+Blue) = 159+63+253=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F3FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3FFD is #60C002. Grayscale: #707070. Windows color (decimal): -6340611 or 16596895. OLE color: 16596895.
HSL color Cylindrical-coordinate representation of color #9F3FFD: hue angle of 270.32º 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 #9F3FFD is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 63 | 253 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.32º | 0.98% | 0.62% | - |
| HSV(B) | 270.32º | 0.75% | 0.99% | - |
| XYZ | 33.81 | 18.02 | 94.62 | - |
| YUV | 113.36 | 206.8 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 253 | 0.37 | 0.75 | 0 | 0.01 | 270.32 | 0.98 | 0.62 |
| Hex | 9F | 3F | FD | 25 | 4B | 0 | 1 | 10E | 62 | 3E |
| Octal | 237 | 77 | 375 | 45 | 113 | 0 | 1 | 416 | 142 | 76 |
| Binary | 10011111 | 111111 | 11111101 | 100101 | 1001011 | 0 | 1 | 100001110 | 1100010 | 111110 |
Color Harmonies of #9F3FFD
Complementary color
Monochromatic Colors of #9F3FFD
Black with #9F3FFD
Text Example
Text Example
White with #9F3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3FFD; }
p { color: rgb(159,63,253); }
H1.HeaderClassName
{
color: #9F3FFD;
}
.AnyTagClassName
{
color: #9F3FFD;
}
</style>
background-color css
<style>
a { background-color: #9F3FFD; }
a { background-color: rgb(159,63,253); }
div.DivClassName
{
background-color: #9F3FFD;
}
.BgClassName
{
background-color: #9F3FFD;
}
</style>
border-color css
<style>
span { border-color: #9F3FFD; }
span { border-color: rgb(159,63,253); }
td.TdClassName
{
border-color: #9F3FFD;
}
.TagClassName
{
border-color: #9F3FFD;
}
</style>