Shades of Blue Violet #9F1FE3
Tints of Blue Violet #9F1FE3
RGB
CMYK
RGB Variations
Color information
#9F1FE3 (or 0x9F1FE3) is known color: Blue Violet. HEX triplet: 9F, 1F and E3. RGB value is (159,31,227). Sum of RGB (Red+Green+Blue) = 159+31+227=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 227 (89.06% from 255 or 54.44% from 417); Max value from RGB is 227 - color contains mainly: blue. Hex color #9F1FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FE3 is #60E01C. Grayscale: #5A5A5A. Windows color (decimal): -6348829 or 14884767. OLE color: 14884767.
HSL color Cylindrical-coordinate representation of color #9F1FE3: hue angle of 279.18º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1FE3 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 31 | 227 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.11 |
| HSL | 279.18º | 0.78% | 0.51% | - |
| HSV(B) | 279.18º | 0.86% | 0.89% | - |
| XYZ | 28.65 | 13.9 | 73.85 | - |
| YUV | 91.62 | 204.41 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 227 | 0.30 | 0.86 | 0 | 0.11 | 279.18 | 0.78 | 0.51 |
| Hex | 9F | 1F | E3 | 1E | 56 | 0 | B | 117 | 4E | 33 |
| Octal | 237 | 37 | 343 | 36 | 126 | 0 | 13 | 427 | 116 | 63 |
| Binary | 10011111 | 11111 | 11100011 | 11110 | 1010110 | 0 | 1011 | 100010111 | 1001110 | 110011 |
Color Harmonies of #9F1FE3
Complementary color
Monochromatic Colors of #9F1FE3
Black with #9F1FE3
Text Example
Text Example
White with #9F1FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FE3; }
p { color: rgb(159,31,227); }
H1.HeaderClassName
{
color: #9F1FE3;
}
.AnyTagClassName
{
color: #9F1FE3;
}
</style>
background-color css
<style>
a { background-color: #9F1FE3; }
a { background-color: rgb(159,31,227); }
div.DivClassName
{
background-color: #9F1FE3;
}
.BgClassName
{
background-color: #9F1FE3;
}
</style>
border-color css
<style>
span { border-color: #9F1FE3; }
span { border-color: rgb(159,31,227); }
td.TdClassName
{
border-color: #9F1FE3;
}
.TagClassName
{
border-color: #9F1FE3;
}
</style>