Shades of Blue Violet #9F1EEA
Tints of Blue Violet #9F1EEA
RGB
CMYK
RGB Variations
Color information
#9F1EEA (or 0x9F1EEA) is known color: Blue Violet. HEX triplet: 9F, 1E and EA. RGB value is (159,30,234). Sum of RGB (Red+Green+Blue) = 159+30+234=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F1EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1EEA is #60E115. Grayscale: #5B5B5B. Windows color (decimal): -6349078 or 15343263. OLE color: 15343263.
HSL color Cylindrical-coordinate representation of color #9F1EEA: hue angle of 277.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1EEA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 30 | 234 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.08 |
| HSL | 277.94º | 0.83% | 0.52% | - |
| HSV(B) | 277.94º | 0.87% | 0.92% | - |
| XYZ | 29.61 | 14.24 | 79.03 | - |
| YUV | 91.83 | 208.24 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 30 | 234 | 0.32 | 0.87 | 0 | 0.08 | 277.94 | 0.83 | 0.52 |
| Hex | 9F | 1E | EA | 20 | 57 | 0 | 8 | 116 | 53 | 34 |
| Octal | 237 | 36 | 352 | 40 | 127 | 0 | 10 | 426 | 123 | 64 |
| Binary | 10011111 | 11110 | 11101010 | 100000 | 1010111 | 0 | 1000 | 100010110 | 1010011 | 110100 |
Color Harmonies of #9F1EEA
Complementary color
Monochromatic Colors of #9F1EEA
Black with #9F1EEA
Text Example
Text Example
White with #9F1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1EEA; }
p { color: rgb(159,30,234); }
H1.HeaderClassName
{
color: #9F1EEA;
}
.AnyTagClassName
{
color: #9F1EEA;
}
</style>
background-color css
<style>
a { background-color: #9F1EEA; }
a { background-color: rgb(159,30,234); }
div.DivClassName
{
background-color: #9F1EEA;
}
.BgClassName
{
background-color: #9F1EEA;
}
</style>
border-color css
<style>
span { border-color: #9F1EEA; }
span { border-color: rgb(159,30,234); }
td.TdClassName
{
border-color: #9F1EEA;
}
.TagClassName
{
border-color: #9F1EEA;
}
</style>