Shades of Blue Violet #9C26FA
Tints of Blue Violet #9C26FA
RGB
CMYK
RGB Variations
Color information
#9C26FA (or 0x9C26FA) is known color: Blue Violet. HEX triplet: 9C, 26 and FA. RGB value is (156,38,250). Sum of RGB (Red+Green+Blue) = 156+38+250=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C26FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C26FA is #63D905. Grayscale: #606060. Windows color (decimal): -6543622 or 16393884. OLE color: 16393884.
HSL color Cylindrical-coordinate representation of color #9C26FA: hue angle of 273.4º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C26FA is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 38 | 250 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.02 |
| HSL | 273.4º | 0.95% | 0.56% | - |
| HSV(B) | 273.4º | 0.85% | 0.98% | - |
| XYZ | 31.66 | 15.36 | 91.74 | - |
| YUV | 97.45 | 214.09 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 250 | 0.38 | 0.85 | 0 | 0.02 | 273.4 | 0.95 | 0.56 |
| Hex | 9C | 26 | FA | 26 | 55 | 0 | 2 | 111 | 5F | 38 |
| Octal | 234 | 46 | 372 | 46 | 125 | 0 | 2 | 421 | 137 | 70 |
| Binary | 10011100 | 100110 | 11111010 | 100110 | 1010101 | 0 | 10 | 100010001 | 1011111 | 111000 |
Color Harmonies of #9C26FA
Complementary color
Monochromatic Colors of #9C26FA
Black with #9C26FA
Text Example
Text Example
White with #9C26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C26FA; }
p { color: rgb(156,38,250); }
H1.HeaderClassName
{
color: #9C26FA;
}
.AnyTagClassName
{
color: #9C26FA;
}
</style>
background-color css
<style>
a { background-color: #9C26FA; }
a { background-color: rgb(156,38,250); }
div.DivClassName
{
background-color: #9C26FA;
}
.BgClassName
{
background-color: #9C26FA;
}
</style>
border-color css
<style>
span { border-color: #9C26FA; }
span { border-color: rgb(156,38,250); }
td.TdClassName
{
border-color: #9C26FA;
}
.TagClassName
{
border-color: #9C26FA;
}
</style>