Shades of Blue Violet #9F2FEB
Tints of Blue Violet #9F2FEB
RGB
CMYK
RGB Variations
Color information
#9F2FEB (or 0x9F2FEB) is known color: Blue Violet. HEX triplet: 9F, 2F and EB. RGB value is (159,47,235). Sum of RGB (Red+Green+Blue) = 159+47+235=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 47 (18.75% from 255 or 10.66% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2FEB is #60D014. Grayscale: #656565. Windows color (decimal): -6344725 or 15413151. OLE color: 15413151.
HSL color Cylindrical-coordinate representation of color #9F2FEB: hue angle of 275.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2FEB is Cyan = 0.32, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 47 | 235 | - |
| CMYK | 0.32 | 0.8 | 0 | 0.08 |
| HSL | 275.74º | 0.82% | 0.55% | - |
| HSV(B) | 275.74º | 0.8% | 0.92% | - |
| XYZ | 30.31 | 15.4 | 79.97 | - |
| YUV | 101.92 | 203.11 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 235 | 0.32 | 0.8 | 0 | 0.08 | 275.74 | 0.82 | 0.55 |
| Hex | 9F | 2F | EB | 20 | 50 | 0 | 8 | 114 | 52 | 37 |
| Octal | 237 | 57 | 353 | 40 | 120 | 0 | 10 | 424 | 122 | 67 |
| Binary | 10011111 | 101111 | 11101011 | 100000 | 1010000 | 0 | 1000 | 100010100 | 1010010 | 110111 |
Color Harmonies of #9F2FEB
Complementary color
Monochromatic Colors of #9F2FEB
Black with #9F2FEB
Text Example
Text Example
White with #9F2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FEB; }
p { color: rgb(159,47,235); }
H1.HeaderClassName
{
color: #9F2FEB;
}
.AnyTagClassName
{
color: #9F2FEB;
}
</style>
background-color css
<style>
a { background-color: #9F2FEB; }
a { background-color: rgb(159,47,235); }
div.DivClassName
{
background-color: #9F2FEB;
}
.BgClassName
{
background-color: #9F2FEB;
}
</style>
border-color css
<style>
span { border-color: #9F2FEB; }
span { border-color: rgb(159,47,235); }
td.TdClassName
{
border-color: #9F2FEB;
}
.TagClassName
{
border-color: #9F2FEB;
}
</style>