Shades of Blue Violet #9C41EC
Tints of Blue Violet #9C41EC
RGB
CMYK
RGB Variations
Color information
#9C41EC (or 0x9C41EC) is known color: Blue Violet. HEX triplet: 9C, 41 and EC. RGB value is (156,65,236). Sum of RGB (Red+Green+Blue) = 156+65+236=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C41EC is #63BE13. Grayscale: #6F6F6F. Windows color (decimal): -6536724 or 15483292. OLE color: 15483292.
HSL color Cylindrical-coordinate representation of color #9C41EC: hue angle of 271.93º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C41EC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 65 | 236 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.07 |
| HSL | 271.93º | 0.82% | 0.59% | - |
| HSV(B) | 271.93º | 0.72% | 0.93% | - |
| XYZ | 30.74 | 16.9 | 81 | - |
| YUV | 111.7 | 198.15 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 236 | 0.34 | 0.72 | 0 | 0.07 | 271.93 | 0.82 | 0.59 |
| Hex | 9C | 41 | EC | 22 | 48 | 0 | 7 | 110 | 52 | 3B |
| Octal | 234 | 101 | 354 | 42 | 110 | 0 | 7 | 420 | 122 | 73 |
| Binary | 10011100 | 1000001 | 11101100 | 100010 | 1001000 | 0 | 111 | 100010000 | 1010010 | 111011 |
Color Harmonies of #9C41EC
Complementary color
Monochromatic Colors of #9C41EC
Black with #9C41EC
Text Example
Text Example
White with #9C41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41EC; }
p { color: rgb(156,65,236); }
H1.HeaderClassName
{
color: #9C41EC;
}
.AnyTagClassName
{
color: #9C41EC;
}
</style>
background-color css
<style>
a { background-color: #9C41EC; }
a { background-color: rgb(156,65,236); }
div.DivClassName
{
background-color: #9C41EC;
}
.BgClassName
{
background-color: #9C41EC;
}
</style>
border-color css
<style>
span { border-color: #9C41EC; }
span { border-color: rgb(156,65,236); }
td.TdClassName
{
border-color: #9C41EC;
}
.TagClassName
{
border-color: #9C41EC;
}
</style>