Shades of Blue Violet #9F1BEE
Tints of Blue Violet #9F1BEE
RGB
CMYK
RGB Variations
Color information
#9F1BEE (or 0x9F1BEE) is known color: Blue Violet. HEX triplet: 9F, 1B and EE. RGB value is (159,27,238). Sum of RGB (Red+Green+Blue) = 159+27+238=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F1BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1BEE is #60E411. Grayscale: #595959. Windows color (decimal): -6349842 or 15604639. OLE color: 15604639.
HSL color Cylindrical-coordinate representation of color #9F1BEE: hue angle of 277.54º degrees, saturation: 0.86, 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 #9F1BEE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 27 | 238 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.07 |
| HSL | 277.54º | 0.86% | 0.52% | - |
| HSV(B) | 277.54º | 0.89% | 0.93% | - |
| XYZ | 30.12 | 14.33 | 82.07 | - |
| YUV | 90.52 | 211.23 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 238 | 0.33 | 0.89 | 0 | 0.07 | 277.54 | 0.86 | 0.52 |
| Hex | 9F | 1B | EE | 21 | 59 | 0 | 7 | 116 | 56 | 34 |
| Octal | 237 | 33 | 356 | 41 | 131 | 0 | 7 | 426 | 126 | 64 |
| Binary | 10011111 | 11011 | 11101110 | 100001 | 1011001 | 0 | 111 | 100010110 | 1010110 | 110100 |
Color Harmonies of #9F1BEE
Complementary color
Monochromatic Colors of #9F1BEE
Black with #9F1BEE
Text Example
Text Example
White with #9F1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BEE; }
p { color: rgb(159,27,238); }
H1.HeaderClassName
{
color: #9F1BEE;
}
.AnyTagClassName
{
color: #9F1BEE;
}
</style>
background-color css
<style>
a { background-color: #9F1BEE; }
a { background-color: rgb(159,27,238); }
div.DivClassName
{
background-color: #9F1BEE;
}
.BgClassName
{
background-color: #9F1BEE;
}
</style>
border-color css
<style>
span { border-color: #9F1BEE; }
span { border-color: rgb(159,27,238); }
td.TdClassName
{
border-color: #9F1BEE;
}
.TagClassName
{
border-color: #9F1BEE;
}
</style>