Shades of Blue Violet #9A1EF9
Tints of Blue Violet #9A1EF9
RGB
CMYK
RGB Variations
Color information
#9A1EF9 (or 0x9A1EF9) is known color: Blue Violet. HEX triplet: 9A, 1E and F9. RGB value is (154,30,249). Sum of RGB (Red+Green+Blue) = 154+30+249=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A1EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1EF9 is #65E106. Grayscale: #5B5B5B. Windows color (decimal): -6676743 or 16326298. OLE color: 16326298.
HSL color Cylindrical-coordinate representation of color #9A1EF9: hue angle of 273.97º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1EF9 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 30 | 249 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.02 |
| HSL | 273.97º | 0.95% | 0.55% | - |
| HSV(B) | 273.97º | 0.88% | 0.98% | - |
| XYZ | 30.89 | 14.64 | 90.82 | - |
| YUV | 92.04 | 216.58 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 249 | 0.38 | 0.88 | 0 | 0.02 | 273.97 | 0.95 | 0.55 |
| Hex | 9A | 1E | F9 | 26 | 58 | 0 | 2 | 112 | 5F | 37 |
| Octal | 232 | 36 | 371 | 46 | 130 | 0 | 2 | 422 | 137 | 67 |
| Binary | 10011010 | 11110 | 11111001 | 100110 | 1011000 | 0 | 10 | 100010010 | 1011111 | 110111 |
Color Harmonies of #9A1EF9
Complementary color
Monochromatic Colors of #9A1EF9
Black with #9A1EF9
Text Example
Text Example
White with #9A1EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1EF9; }
p { color: rgb(154,30,249); }
H1.HeaderClassName
{
color: #9A1EF9;
}
.AnyTagClassName
{
color: #9A1EF9;
}
</style>
background-color css
<style>
a { background-color: #9A1EF9; }
a { background-color: rgb(154,30,249); }
div.DivClassName
{
background-color: #9A1EF9;
}
.BgClassName
{
background-color: #9A1EF9;
}
</style>
border-color css
<style>
span { border-color: #9A1EF9; }
span { border-color: rgb(154,30,249); }
td.TdClassName
{
border-color: #9A1EF9;
}
.TagClassName
{
border-color: #9A1EF9;
}
</style>