Shades of Blue Violet #9C26EE
Tints of Blue Violet #9C26EE
RGB
CMYK
RGB Variations
Color information
#9C26EE (or 0x9C26EE) is known color: Blue Violet. HEX triplet: 9C, 26 and EE. RGB value is (156,38,238). Sum of RGB (Red+Green+Blue) = 156+38+238=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C26EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C26EE is #63D911. Grayscale: #5F5F5F. Windows color (decimal): -6543634 or 15607452. OLE color: 15607452.
HSL color Cylindrical-coordinate representation of color #9C26EE: hue angle of 275.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C26EE is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 38 | 238 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.07 |
| HSL | 275.4º | 0.85% | 0.54% | - |
| HSV(B) | 275.4º | 0.84% | 0.93% | - |
| XYZ | 29.84 | 14.63 | 82.14 | - |
| YUV | 96.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 238 | 0.34 | 0.84 | 0 | 0.07 | 275.4 | 0.85 | 0.54 |
| Hex | 9C | 26 | EE | 22 | 54 | 0 | 7 | 113 | 55 | 36 |
| Octal | 234 | 46 | 356 | 42 | 124 | 0 | 7 | 423 | 125 | 66 |
| Binary | 10011100 | 100110 | 11101110 | 100010 | 1010100 | 0 | 111 | 100010011 | 1010101 | 110110 |
Color Harmonies of #9C26EE
Complementary color
Monochromatic Colors of #9C26EE
Black with #9C26EE
Text Example
Text Example
White with #9C26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C26EE; }
p { color: rgb(156,38,238); }
H1.HeaderClassName
{
color: #9C26EE;
}
.AnyTagClassName
{
color: #9C26EE;
}
</style>
background-color css
<style>
a { background-color: #9C26EE; }
a { background-color: rgb(156,38,238); }
div.DivClassName
{
background-color: #9C26EE;
}
.BgClassName
{
background-color: #9C26EE;
}
</style>
border-color css
<style>
span { border-color: #9C26EE; }
span { border-color: rgb(156,38,238); }
td.TdClassName
{
border-color: #9C26EE;
}
.TagClassName
{
border-color: #9C26EE;
}
</style>