Shades of Blue Violet #9F2BFA
Tints of Blue Violet #9F2BFA
RGB
CMYK
RGB Variations
Color information
#9F2BFA (or 0x9F2BFA) is known color: Blue Violet. HEX triplet: 9F, 2B and FA. RGB value is (159,43,250). Sum of RGB (Red+Green+Blue) = 159+43+250=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2BFA is #60D405. Grayscale: #646464. Windows color (decimal): -6345734 or 16395167. OLE color: 16395167.
HSL color Cylindrical-coordinate representation of color #9F2BFA: hue angle of 273.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F2BFA is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 43 | 250 | - |
| CMYK | 0.36 | 0.83 | 0 | 0.02 |
| HSL | 273.62º | 0.95% | 0.57% | - |
| HSV(B) | 273.62º | 0.83% | 0.98% | - |
| XYZ | 32.42 | 16 | 91.82 | - |
| YUV | 101.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 250 | 0.36 | 0.83 | 0 | 0.02 | 273.62 | 0.95 | 0.57 |
| Hex | 9F | 2B | FA | 24 | 53 | 0 | 2 | 112 | 5F | 39 |
| Octal | 237 | 53 | 372 | 44 | 123 | 0 | 2 | 422 | 137 | 71 |
| Binary | 10011111 | 101011 | 11111010 | 100100 | 1010011 | 0 | 10 | 100010010 | 1011111 | 111001 |
Color Harmonies of #9F2BFA
Complementary color
Monochromatic Colors of #9F2BFA
Black with #9F2BFA
Text Example
Text Example
White with #9F2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BFA; }
p { color: rgb(159,43,250); }
H1.HeaderClassName
{
color: #9F2BFA;
}
.AnyTagClassName
{
color: #9F2BFA;
}
</style>
background-color css
<style>
a { background-color: #9F2BFA; }
a { background-color: rgb(159,43,250); }
div.DivClassName
{
background-color: #9F2BFA;
}
.BgClassName
{
background-color: #9F2BFA;
}
</style>
border-color css
<style>
span { border-color: #9F2BFA; }
span { border-color: rgb(159,43,250); }
td.TdClassName
{
border-color: #9F2BFA;
}
.TagClassName
{
border-color: #9F2BFA;
}
</style>