Shades of Blue Violet #9F2FFE
Tints of Blue Violet #9F2FFE
RGB
CMYK
RGB Variations
Color information
#9F2FFE (or 0x9F2FFE) is known color: Blue Violet. HEX triplet: 9F, 2F and FE. RGB value is (159,47,254). Sum of RGB (Red+Green+Blue) = 159+47+254=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F2FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2FFE is #60D001. Grayscale: #676767. Windows color (decimal): -6344706 or 16658335. OLE color: 16658335.
HSL color Cylindrical-coordinate representation of color #9F2FFE: hue angle of 272.46º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F2FFE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 47 | 254 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.00 |
| HSL | 272.46º | 0.99% | 0.59% | - |
| HSV(B) | 272.46º | 0.81% | 1% | - |
| XYZ | 33.2 | 16.56 | 95.21 | - |
| YUV | 104.09 | 212.61 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 254 | 0.37 | 0.81 | 0 | 0.00 | 272.46 | 0.99 | 0.59 |
| Hex | 9F | 2F | FE | 25 | 51 | 0 | 0 | 110 | 63 | 3B |
| Octal | 237 | 57 | 376 | 45 | 121 | 0 | 0 | 420 | 143 | 73 |
| Binary | 10011111 | 101111 | 11111110 | 100101 | 1010001 | 0 | 0 | 100010000 | 1100011 | 111011 |
Color Harmonies of #9F2FFE
Complementary color
Monochromatic Colors of #9F2FFE
Black with #9F2FFE
Text Example
Text Example
White with #9F2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FFE; }
p { color: rgb(159,47,254); }
H1.HeaderClassName
{
color: #9F2FFE;
}
.AnyTagClassName
{
color: #9F2FFE;
}
</style>
background-color css
<style>
a { background-color: #9F2FFE; }
a { background-color: rgb(159,47,254); }
div.DivClassName
{
background-color: #9F2FFE;
}
.BgClassName
{
background-color: #9F2FFE;
}
</style>
border-color css
<style>
span { border-color: #9F2FFE; }
span { border-color: rgb(159,47,254); }
td.TdClassName
{
border-color: #9F2FFE;
}
.TagClassName
{
border-color: #9F2FFE;
}
</style>