Shades of Blue Violet #9F16EA
Tints of Blue Violet #9F16EA
RGB
CMYK
RGB Variations
Color information
#9F16EA (or 0x9F16EA) is known color: Blue Violet. HEX triplet: 9F, 16 and EA. RGB value is (159,22,234). Sum of RGB (Red+Green+Blue) = 159+22+234=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F16EA is #60E915. Grayscale: #565656. Windows color (decimal): -6351126 or 15341215. OLE color: 15341215.
HSL color Cylindrical-coordinate representation of color #9F16EA: hue angle of 278.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F16EA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 22 | 234 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.08 |
| HSL | 278.77º | 0.83% | 0.5% | - |
| HSV(B) | 278.77º | 0.91% | 0.92% | - |
| XYZ | 29.44 | 13.89 | 78.97 | - |
| YUV | 87.13 | 210.89 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 234 | 0.32 | 0.91 | 0 | 0.08 | 278.77 | 0.83 | 0.5 |
| Hex | 9F | 16 | EA | 20 | 5B | 0 | 8 | 117 | 53 | 32 |
| Octal | 237 | 26 | 352 | 40 | 133 | 0 | 10 | 427 | 123 | 62 |
| Binary | 10011111 | 10110 | 11101010 | 100000 | 1011011 | 0 | 1000 | 100010111 | 1010011 | 110010 |
Color Harmonies of #9F16EA
Complementary color
Monochromatic Colors of #9F16EA
Black with #9F16EA
Text Example
Text Example
White with #9F16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16EA; }
p { color: rgb(159,22,234); }
H1.HeaderClassName
{
color: #9F16EA;
}
.AnyTagClassName
{
color: #9F16EA;
}
</style>
background-color css
<style>
a { background-color: #9F16EA; }
a { background-color: rgb(159,22,234); }
div.DivClassName
{
background-color: #9F16EA;
}
.BgClassName
{
background-color: #9F16EA;
}
</style>
border-color css
<style>
span { border-color: #9F16EA; }
span { border-color: rgb(159,22,234); }
td.TdClassName
{
border-color: #9F16EA;
}
.TagClassName
{
border-color: #9F16EA;
}
</style>