Shades of Blue Violet #9F3EFF
Tints of Blue Violet #9F3EFF
RGB
CMYK
RGB Variations
Color information
#9F3EFF (or 0x9F3EFF) is known color: Blue Violet. HEX triplet: 9F, 3E and FF. RGB value is (159,62,255). Sum of RGB (Red+Green+Blue) = 159+62+255=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F3EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3EFF is #60C100. Grayscale: #707070. Windows color (decimal): -6340865 or 16727711. OLE color: 16727711.
HSL color Cylindrical-coordinate representation of color #9F3EFF: hue angle of 270.16º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F3EFF is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 62 | 255 | - |
| CMYK | 0.38 | 0.76 | 0 | 0 |
| HSL | 270.16º | 1% | 0.62% | - |
| HSV(B) | 270.16º | 0.76% | 1% | - |
| XYZ | 34.07 | 18.04 | 96.29 | - |
| YUV | 113.01 | 208.14 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 255 | 0.38 | 0.76 | 0 | 0 | 270.16 | 1 | 0.62 |
| Hex | 9F | 3E | FF | 26 | 4C | 0 | 0 | 10E | 64 | 3E |
| Octal | 237 | 76 | 377 | 46 | 114 | 0 | 0 | 416 | 144 | 76 |
| Binary | 10011111 | 111110 | 11111111 | 100110 | 1001100 | 0 | 0 | 100001110 | 1100100 | 111110 |
Color Harmonies of #9F3EFF
Complementary color
Monochromatic Colors of #9F3EFF
Black with #9F3EFF
Text Example
Text Example
White with #9F3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3EFF; }
p { color: rgb(159,62,255); }
H1.HeaderClassName
{
color: #9F3EFF;
}
.AnyTagClassName
{
color: #9F3EFF;
}
</style>
background-color css
<style>
a { background-color: #9F3EFF; }
a { background-color: rgb(159,62,255); }
div.DivClassName
{
background-color: #9F3EFF;
}
.BgClassName
{
background-color: #9F3EFF;
}
</style>
border-color css
<style>
span { border-color: #9F3EFF; }
span { border-color: rgb(159,62,255); }
td.TdClassName
{
border-color: #9F3EFF;
}
.TagClassName
{
border-color: #9F3EFF;
}
</style>