Shades of Blue Violet #9D1AF1
Tints of Blue Violet #9D1AF1
RGB
CMYK
RGB Variations
Color information
#9D1AF1 (or 0x9D1AF1) is known color: Blue Violet. HEX triplet: 9D, 1A and F1. RGB value is (157,26,241). Sum of RGB (Red+Green+Blue) = 157+26+241=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 26 (10.55% from 255 or 6.13% 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 #9D1AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1AF1 is #62E50E. Grayscale: #585858. Windows color (decimal): -6481167 or 15800989. OLE color: 15800989.
HSL color Cylindrical-coordinate representation of color #9D1AF1: hue angle of 276.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1AF1 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 26 | 241 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.05 |
| HSL | 276.56º | 0.88% | 0.52% | - |
| HSV(B) | 276.56º | 0.89% | 0.95% | - |
| XYZ | 30.15 | 14.26 | 84.38 | - |
| YUV | 89.68 | 213.4 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 241 | 0.35 | 0.89 | 0 | 0.05 | 276.56 | 0.88 | 0.52 |
| Hex | 9D | 1A | F1 | 23 | 59 | 0 | 5 | 115 | 58 | 34 |
| Octal | 235 | 32 | 361 | 43 | 131 | 0 | 5 | 425 | 130 | 64 |
| Binary | 10011101 | 11010 | 11110001 | 100011 | 1011001 | 0 | 101 | 100010101 | 1011000 | 110100 |
Color Harmonies of #9D1AF1
Complementary color
Monochromatic Colors of #9D1AF1
Black with #9D1AF1
Text Example
Text Example
White with #9D1AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AF1; }
p { color: rgb(157,26,241); }
H1.HeaderClassName
{
color: #9D1AF1;
}
.AnyTagClassName
{
color: #9D1AF1;
}
</style>
background-color css
<style>
a { background-color: #9D1AF1; }
a { background-color: rgb(157,26,241); }
div.DivClassName
{
background-color: #9D1AF1;
}
.BgClassName
{
background-color: #9D1AF1;
}
</style>
border-color css
<style>
span { border-color: #9D1AF1; }
span { border-color: rgb(157,26,241); }
td.TdClassName
{
border-color: #9D1AF1;
}
.TagClassName
{
border-color: #9D1AF1;
}
</style>