Shades of Blue Violet #9F1BEC
Tints of Blue Violet #9F1BEC
RGB
CMYK
RGB Variations
Color information
#9F1BEC (or 0x9F1BEC) is known color: Blue Violet. HEX triplet: 9F, 1B and EC. RGB value is (159,27,236). Sum of RGB (Red+Green+Blue) = 159+27+236=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F1BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1BEC is #60E413. Grayscale: #595959. Windows color (decimal): -6349844 or 15473567. OLE color: 15473567.
HSL color Cylindrical-coordinate representation of color #9F1BEC: hue angle of 277.89º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1BEC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 27 | 236 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.07 |
| HSL | 277.89º | 0.85% | 0.52% | - |
| HSV(B) | 277.89º | 0.89% | 0.93% | - |
| XYZ | 29.83 | 14.21 | 80.53 | - |
| YUV | 90.29 | 210.23 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 236 | 0.33 | 0.89 | 0 | 0.07 | 277.89 | 0.85 | 0.52 |
| Hex | 9F | 1B | EC | 21 | 59 | 0 | 7 | 116 | 55 | 34 |
| Octal | 237 | 33 | 354 | 41 | 131 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10011111 | 11011 | 11101100 | 100001 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #9F1BEC
Complementary color
Monochromatic Colors of #9F1BEC
Black with #9F1BEC
Text Example
Text Example
White with #9F1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BEC; }
p { color: rgb(159,27,236); }
H1.HeaderClassName
{
color: #9F1BEC;
}
.AnyTagClassName
{
color: #9F1BEC;
}
</style>
background-color css
<style>
a { background-color: #9F1BEC; }
a { background-color: rgb(159,27,236); }
div.DivClassName
{
background-color: #9F1BEC;
}
.BgClassName
{
background-color: #9F1BEC;
}
</style>
border-color css
<style>
span { border-color: #9F1BEC; }
span { border-color: rgb(159,27,236); }
td.TdClassName
{
border-color: #9F1BEC;
}
.TagClassName
{
border-color: #9F1BEC;
}
</style>