Shades of Blue Violet #9A1DF1
Tints of Blue Violet #9A1DF1
RGB
CMYK
RGB Variations
Color information
#9A1DF1 (or 0x9A1DF1) is known color: Blue Violet. HEX triplet: 9A, 1D and F1. RGB value is (154,29,241). Sum of RGB (Red+Green+Blue) = 154+29+241=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A1DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A1DF1 is #65E20E. Grayscale: #595959. Windows color (decimal): -6677007 or 15801754. OLE color: 15801754.
HSL color Cylindrical-coordinate representation of color #9A1DF1: hue angle of 275.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1DF1 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 29 | 241 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.05 |
| HSL | 275.38º | 0.88% | 0.53% | - |
| HSV(B) | 275.38º | 0.88% | 0.95% | - |
| XYZ | 29.64 | 14.1 | 84.38 | - |
| YUV | 90.54 | 212.91 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 241 | 0.36 | 0.88 | 0 | 0.05 | 275.38 | 0.88 | 0.53 |
| Hex | 9A | 1D | F1 | 24 | 58 | 0 | 5 | 113 | 58 | 35 |
| Octal | 232 | 35 | 361 | 44 | 130 | 0 | 5 | 423 | 130 | 65 |
| Binary | 10011010 | 11101 | 11110001 | 100100 | 1011000 | 0 | 101 | 100010011 | 1011000 | 110101 |
Color Harmonies of #9A1DF1
Complementary color
Monochromatic Colors of #9A1DF1
Black with #9A1DF1
Text Example
Text Example
White with #9A1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1DF1; }
p { color: rgb(154,29,241); }
H1.HeaderClassName
{
color: #9A1DF1;
}
.AnyTagClassName
{
color: #9A1DF1;
}
</style>
background-color css
<style>
a { background-color: #9A1DF1; }
a { background-color: rgb(154,29,241); }
div.DivClassName
{
background-color: #9A1DF1;
}
.BgClassName
{
background-color: #9A1DF1;
}
</style>
border-color css
<style>
span { border-color: #9A1DF1; }
span { border-color: rgb(154,29,241); }
td.TdClassName
{
border-color: #9A1DF1;
}
.TagClassName
{
border-color: #9A1DF1;
}
</style>