Shades of Blue Violet #9D1AFA
Tints of Blue Violet #9D1AFA
RGB
CMYK
RGB Variations
Color information
#9D1AFA (or 0x9D1AFA) is known color: Blue Violet. HEX triplet: 9D, 1A and FA. RGB value is (157,26,250). Sum of RGB (Red+Green+Blue) = 157+26+250=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D1AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D1AFA is #62E505. Grayscale: #595959. Windows color (decimal): -6481158 or 16390813. OLE color: 16390813.
HSL color Cylindrical-coordinate representation of color #9D1AFA: hue angle of 275.09º degrees, saturation: 0.96, 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 #9D1AFA is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 26 | 250 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.02 |
| HSL | 275.09º | 0.96% | 0.54% | - |
| HSV(B) | 275.09º | 0.9% | 0.98% | - |
| XYZ | 31.53 | 14.81 | 91.64 | - |
| YUV | 90.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 250 | 0.37 | 0.90 | 0 | 0.02 | 275.09 | 0.96 | 0.54 |
| Hex | 9D | 1A | FA | 25 | 5A | 0 | 2 | 113 | 60 | 36 |
| Octal | 235 | 32 | 372 | 45 | 132 | 0 | 2 | 423 | 140 | 66 |
| Binary | 10011101 | 11010 | 11111010 | 100101 | 1011010 | 0 | 10 | 100010011 | 1100000 | 110110 |
Color Harmonies of #9D1AFA
Complementary color
Monochromatic Colors of #9D1AFA
Black with #9D1AFA
Text Example
Text Example
White with #9D1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AFA; }
p { color: rgb(157,26,250); }
H1.HeaderClassName
{
color: #9D1AFA;
}
.AnyTagClassName
{
color: #9D1AFA;
}
</style>
background-color css
<style>
a { background-color: #9D1AFA; }
a { background-color: rgb(157,26,250); }
div.DivClassName
{
background-color: #9D1AFA;
}
.BgClassName
{
background-color: #9D1AFA;
}
</style>
border-color css
<style>
span { border-color: #9D1AFA; }
span { border-color: rgb(157,26,250); }
td.TdClassName
{
border-color: #9D1AFA;
}
.TagClassName
{
border-color: #9D1AFA;
}
</style>