Shades of Blue Violet #9E1AF2
Tints of Blue Violet #9E1AF2
RGB
CMYK
RGB Variations
Color information
#9E1AF2 (or 0x9E1AF2) is known color: Blue Violet. HEX triplet: 9E, 1A and F2. RGB value is (158,26,242). Sum of RGB (Red+Green+Blue) = 158+26+242=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E1AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E1AF2 is #61E50D. Grayscale: #595959. Windows color (decimal): -6415630 or 15866526. OLE color: 15866526.
HSL color Cylindrical-coordinate representation of color #9E1AF2: hue angle of 276.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1AF2 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 26 | 242 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.05 |
| HSL | 276.67º | 0.89% | 0.53% | - |
| HSV(B) | 276.67º | 0.89% | 0.95% | - |
| XYZ | 30.5 | 14.42 | 85.18 | - |
| YUV | 90.09 | 213.73 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 242 | 0.35 | 0.89 | 0 | 0.05 | 276.67 | 0.89 | 0.53 |
| Hex | 9E | 1A | F2 | 23 | 59 | 0 | 5 | 115 | 59 | 35 |
| Octal | 236 | 32 | 362 | 43 | 131 | 0 | 5 | 425 | 131 | 65 |
| Binary | 10011110 | 11010 | 11110010 | 100011 | 1011001 | 0 | 101 | 100010101 | 1011001 | 110101 |
Color Harmonies of #9E1AF2
Complementary color
Monochromatic Colors of #9E1AF2
Black with #9E1AF2
Text Example
Text Example
White with #9E1AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1AF2; }
p { color: rgb(158,26,242); }
H1.HeaderClassName
{
color: #9E1AF2;
}
.AnyTagClassName
{
color: #9E1AF2;
}
</style>
background-color css
<style>
a { background-color: #9E1AF2; }
a { background-color: rgb(158,26,242); }
div.DivClassName
{
background-color: #9E1AF2;
}
.BgClassName
{
background-color: #9E1AF2;
}
</style>
border-color css
<style>
span { border-color: #9E1AF2; }
span { border-color: rgb(158,26,242); }
td.TdClassName
{
border-color: #9E1AF2;
}
.TagClassName
{
border-color: #9E1AF2;
}
</style>