Shades of Blue Violet #9A1AF9
Tints of Blue Violet #9A1AF9
RGB
CMYK
RGB Variations
Color information
#9A1AF9 (or 0x9A1AF9) is known color: Blue Violet. HEX triplet: 9A, 1A and F9. RGB value is (154,26,249). Sum of RGB (Red+Green+Blue) = 154+26+249=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A1AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1AF9 is #65E506. Grayscale: #585858. Windows color (decimal): -6677767 or 16325274. OLE color: 16325274.
HSL color Cylindrical-coordinate representation of color #9A1AF9: hue angle of 274.44º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1AF9 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 26 | 249 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.02 |
| HSL | 274.44º | 0.95% | 0.54% | - |
| HSV(B) | 274.44º | 0.9% | 0.98% | - |
| XYZ | 30.79 | 14.45 | 90.79 | - |
| YUV | 89.69 | 217.91 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 249 | 0.38 | 0.90 | 0 | 0.02 | 274.44 | 0.95 | 0.54 |
| Hex | 9A | 1A | F9 | 26 | 5A | 0 | 2 | 112 | 5F | 36 |
| Octal | 232 | 32 | 371 | 46 | 132 | 0 | 2 | 422 | 137 | 66 |
| Binary | 10011010 | 11010 | 11111001 | 100110 | 1011010 | 0 | 10 | 100010010 | 1011111 | 110110 |
Color Harmonies of #9A1AF9
Complementary color
Monochromatic Colors of #9A1AF9
Black with #9A1AF9
Text Example
Text Example
White with #9A1AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1AF9; }
p { color: rgb(154,26,249); }
H1.HeaderClassName
{
color: #9A1AF9;
}
.AnyTagClassName
{
color: #9A1AF9;
}
</style>
background-color css
<style>
a { background-color: #9A1AF9; }
a { background-color: rgb(154,26,249); }
div.DivClassName
{
background-color: #9A1AF9;
}
.BgClassName
{
background-color: #9A1AF9;
}
</style>
border-color css
<style>
span { border-color: #9A1AF9; }
span { border-color: rgb(154,26,249); }
td.TdClassName
{
border-color: #9A1AF9;
}
.TagClassName
{
border-color: #9A1AF9;
}
</style>