Shades of Blue Violet #9F2BEF
Tints of Blue Violet #9F2BEF
RGB
CMYK
RGB Variations
Color information
#9F2BEF (or 0x9F2BEF) is known color: Blue Violet. HEX triplet: 9F, 2B and EF. RGB value is (159,43,239). Sum of RGB (Red+Green+Blue) = 159+43+239=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F2BEF is #60D410. Grayscale: #636363. Windows color (decimal): -6345745 or 15674271. OLE color: 15674271.
HSL color Cylindrical-coordinate representation of color #9F2BEF: hue angle of 275.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F2BEF is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 43 | 239 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.06 |
| HSL | 275.51º | 0.86% | 0.55% | - |
| HSV(B) | 275.51º | 0.82% | 0.94% | - |
| XYZ | 30.74 | 15.33 | 83 | - |
| YUV | 100.03 | 206.43 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 43 | 239 | 0.33 | 0.82 | 0 | 0.06 | 275.51 | 0.86 | 0.55 |
| Hex | 9F | 2B | EF | 21 | 52 | 0 | 6 | 114 | 56 | 37 |
| Octal | 237 | 53 | 357 | 41 | 122 | 0 | 6 | 424 | 126 | 67 |
| Binary | 10011111 | 101011 | 11101111 | 100001 | 1010010 | 0 | 110 | 100010100 | 1010110 | 110111 |
Color Harmonies of #9F2BEF
Complementary color
Monochromatic Colors of #9F2BEF
Black with #9F2BEF
Text Example
Text Example
White with #9F2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2BEF; }
p { color: rgb(159,43,239); }
H1.HeaderClassName
{
color: #9F2BEF;
}
.AnyTagClassName
{
color: #9F2BEF;
}
</style>
background-color css
<style>
a { background-color: #9F2BEF; }
a { background-color: rgb(159,43,239); }
div.DivClassName
{
background-color: #9F2BEF;
}
.BgClassName
{
background-color: #9F2BEF;
}
</style>
border-color css
<style>
span { border-color: #9F2BEF; }
span { border-color: rgb(159,43,239); }
td.TdClassName
{
border-color: #9F2BEF;
}
.TagClassName
{
border-color: #9F2BEF;
}
</style>