Shades of Blue Violet #9C43EC
Tints of Blue Violet #9C43EC
RGB
CMYK
RGB Variations
Color information
#9C43EC (or 0x9C43EC) is known color: Blue Violet. HEX triplet: 9C, 43 and EC. RGB value is (156,67,236). Sum of RGB (Red+Green+Blue) = 156+67+236=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C43EC is #63BC13. Grayscale: #707070. Windows color (decimal): -6536212 or 15483804. OLE color: 15483804.
HSL color Cylindrical-coordinate representation of color #9C43EC: hue angle of 271.6º 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 #9C43EC is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 67 | 236 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.07 |
| HSL | 271.6º | 0.82% | 0.59% | - |
| HSV(B) | 271.6º | 0.72% | 0.93% | - |
| XYZ | 30.86 | 17.14 | 81.04 | - |
| YUV | 112.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 236 | 0.34 | 0.72 | 0 | 0.07 | 271.6 | 0.82 | 0.59 |
| Hex | 9C | 43 | EC | 22 | 48 | 0 | 7 | 110 | 52 | 3B |
| Octal | 234 | 103 | 354 | 42 | 110 | 0 | 7 | 420 | 122 | 73 |
| Binary | 10011100 | 1000011 | 11101100 | 100010 | 1001000 | 0 | 111 | 100010000 | 1010010 | 111011 |
Color Harmonies of #9C43EC
Complementary color
Monochromatic Colors of #9C43EC
Black with #9C43EC
Text Example
Text Example
White with #9C43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C43EC; }
p { color: rgb(156,67,236); }
H1.HeaderClassName
{
color: #9C43EC;
}
.AnyTagClassName
{
color: #9C43EC;
}
</style>
background-color css
<style>
a { background-color: #9C43EC; }
a { background-color: rgb(156,67,236); }
div.DivClassName
{
background-color: #9C43EC;
}
.BgClassName
{
background-color: #9C43EC;
}
</style>
border-color css
<style>
span { border-color: #9C43EC; }
span { border-color: rgb(156,67,236); }
td.TdClassName
{
border-color: #9C43EC;
}
.TagClassName
{
border-color: #9C43EC;
}
</style>