Shades of Blue Violet #9C34EC
Tints of Blue Violet #9C34EC
RGB
CMYK
RGB Variations
Color information
#9C34EC (or 0x9C34EC) is known color: Blue Violet. HEX triplet: 9C, 34 and EC. RGB value is (156,52,236). Sum of RGB (Red+Green+Blue) = 156+52+236=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C34EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C34EC is #63CB13. Grayscale: #676767. Windows color (decimal): -6540052 or 15479964. OLE color: 15479964.
HSL color Cylindrical-coordinate representation of color #9C34EC: hue angle of 273.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C34EC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 52 | 236 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.07 |
| HSL | 273.91º | 0.83% | 0.56% | - |
| HSV(B) | 273.91º | 0.78% | 0.93% | - |
| XYZ | 30.08 | 15.58 | 80.78 | - |
| YUV | 104.07 | 202.46 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 236 | 0.34 | 0.78 | 0 | 0.07 | 273.91 | 0.83 | 0.56 |
| Hex | 9C | 34 | EC | 22 | 4E | 0 | 7 | 112 | 53 | 38 |
| Octal | 234 | 64 | 354 | 42 | 116 | 0 | 7 | 422 | 123 | 70 |
| Binary | 10011100 | 110100 | 11101100 | 100010 | 1001110 | 0 | 111 | 100010010 | 1010011 | 111000 |
Color Harmonies of #9C34EC
Complementary color
Monochromatic Colors of #9C34EC
Black with #9C34EC
Text Example
Text Example
White with #9C34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C34EC; }
p { color: rgb(156,52,236); }
H1.HeaderClassName
{
color: #9C34EC;
}
.AnyTagClassName
{
color: #9C34EC;
}
</style>
background-color css
<style>
a { background-color: #9C34EC; }
a { background-color: rgb(156,52,236); }
div.DivClassName
{
background-color: #9C34EC;
}
.BgClassName
{
background-color: #9C34EC;
}
</style>
border-color css
<style>
span { border-color: #9C34EC; }
span { border-color: rgb(156,52,236); }
td.TdClassName
{
border-color: #9C34EC;
}
.TagClassName
{
border-color: #9C34EC;
}
</style>