Shades of Blue Violet #9F1CEC
Tints of Blue Violet #9F1CEC
RGB
CMYK
RGB Variations
Color information
#9F1CEC (or 0x9F1CEC) is known color: Blue Violet. HEX triplet: 9F, 1C and EC. RGB value is (159,28,236). Sum of RGB (Red+Green+Blue) = 159+28+236=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F1CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1CEC is #60E313. Grayscale: #5A5A5A. Windows color (decimal): -6349588 or 15473823. OLE color: 15473823.
HSL color Cylindrical-coordinate representation of color #9F1CEC: hue angle of 277.79º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1CEC is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 28 | 236 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.07 |
| HSL | 277.79º | 0.85% | 0.52% | - |
| HSV(B) | 277.79º | 0.88% | 0.93% | - |
| XYZ | 29.85 | 14.26 | 80.54 | - |
| YUV | 90.88 | 209.9 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 236 | 0.33 | 0.88 | 0 | 0.07 | 277.79 | 0.85 | 0.52 |
| Hex | 9F | 1C | EC | 21 | 58 | 0 | 7 | 116 | 55 | 34 |
| Octal | 237 | 34 | 354 | 41 | 130 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10011111 | 11100 | 11101100 | 100001 | 1011000 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #9F1CEC
Complementary color
Monochromatic Colors of #9F1CEC
Black with #9F1CEC
Text Example
Text Example
White with #9F1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1CEC; }
p { color: rgb(159,28,236); }
H1.HeaderClassName
{
color: #9F1CEC;
}
.AnyTagClassName
{
color: #9F1CEC;
}
</style>
background-color css
<style>
a { background-color: #9F1CEC; }
a { background-color: rgb(159,28,236); }
div.DivClassName
{
background-color: #9F1CEC;
}
.BgClassName
{
background-color: #9F1CEC;
}
</style>
border-color css
<style>
span { border-color: #9F1CEC; }
span { border-color: rgb(159,28,236); }
td.TdClassName
{
border-color: #9F1CEC;
}
.TagClassName
{
border-color: #9F1CEC;
}
</style>