Shades of Blue Violet #9C1AFA
Tints of Blue Violet #9C1AFA
RGB
CMYK
RGB Variations
Color information
#9C1AFA (or 0x9C1AFA) is known color: Blue Violet. HEX triplet: 9C, 1A and FA. RGB value is (156,26,250). Sum of RGB (Red+Green+Blue) = 156+26+250=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C1AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C1AFA is #63E505. Grayscale: #595959. Windows color (decimal): -6546694 or 16390812. OLE color: 16390812.
HSL color Cylindrical-coordinate representation of color #9C1AFA: hue angle of 274.82º 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 #9C1AFA is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 26 | 250 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.02 |
| HSL | 274.82º | 0.96% | 0.54% | - |
| HSV(B) | 274.82º | 0.9% | 0.98% | - |
| XYZ | 31.34 | 14.71 | 91.63 | - |
| YUV | 90.41 | 218.07 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 26 | 250 | 0.38 | 0.90 | 0 | 0.02 | 274.82 | 0.96 | 0.54 |
| Hex | 9C | 1A | FA | 26 | 5A | 0 | 2 | 113 | 60 | 36 |
| Octal | 234 | 32 | 372 | 46 | 132 | 0 | 2 | 423 | 140 | 66 |
| Binary | 10011100 | 11010 | 11111010 | 100110 | 1011010 | 0 | 10 | 100010011 | 1100000 | 110110 |
Color Harmonies of #9C1AFA
Complementary color
Monochromatic Colors of #9C1AFA
Black with #9C1AFA
Text Example
Text Example
White with #9C1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1AFA; }
p { color: rgb(156,26,250); }
H1.HeaderClassName
{
color: #9C1AFA;
}
.AnyTagClassName
{
color: #9C1AFA;
}
</style>
background-color css
<style>
a { background-color: #9C1AFA; }
a { background-color: rgb(156,26,250); }
div.DivClassName
{
background-color: #9C1AFA;
}
.BgClassName
{
background-color: #9C1AFA;
}
</style>
border-color css
<style>
span { border-color: #9C1AFA; }
span { border-color: rgb(156,26,250); }
td.TdClassName
{
border-color: #9C1AFA;
}
.TagClassName
{
border-color: #9C1AFA;
}
</style>