Shades of Blue Violet #9F3EFE
Tints of Blue Violet #9F3EFE
RGB
CMYK
RGB Variations
Color information
#9F3EFE (or 0x9F3EFE) is known color: Blue Violet. HEX triplet: 9F, 3E and FE. RGB value is (159,62,254). Sum of RGB (Red+Green+Blue) = 159+62+254=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F3EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3EFE is #60C101. Grayscale: #707070. Windows color (decimal): -6340866 or 16662175. OLE color: 16662175.
HSL color Cylindrical-coordinate representation of color #9F3EFE: hue angle of 270.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F3EFE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 62 | 254 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.00 |
| HSL | 270.31º | 0.99% | 0.62% | - |
| HSV(B) | 270.31º | 0.76% | 1% | - |
| XYZ | 33.91 | 17.97 | 95.45 | - |
| YUV | 112.89 | 207.64 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 62 | 254 | 0.37 | 0.76 | 0 | 0.00 | 270.31 | 0.99 | 0.62 |
| Hex | 9F | 3E | FE | 25 | 4C | 0 | 0 | 10E | 63 | 3E |
| Octal | 237 | 76 | 376 | 45 | 114 | 0 | 0 | 416 | 143 | 76 |
| Binary | 10011111 | 111110 | 11111110 | 100101 | 1001100 | 0 | 0 | 100001110 | 1100011 | 111110 |
Color Harmonies of #9F3EFE
Complementary color
Monochromatic Colors of #9F3EFE
Black with #9F3EFE
Text Example
Text Example
White with #9F3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3EFE; }
p { color: rgb(159,62,254); }
H1.HeaderClassName
{
color: #9F3EFE;
}
.AnyTagClassName
{
color: #9F3EFE;
}
</style>
background-color css
<style>
a { background-color: #9F3EFE; }
a { background-color: rgb(159,62,254); }
div.DivClassName
{
background-color: #9F3EFE;
}
.BgClassName
{
background-color: #9F3EFE;
}
</style>
border-color css
<style>
span { border-color: #9F3EFE; }
span { border-color: rgb(159,62,254); }
td.TdClassName
{
border-color: #9F3EFE;
}
.TagClassName
{
border-color: #9F3EFE;
}
</style>