Shades of Blue Violet #9C4BEC
Tints of Blue Violet #9C4BEC
RGB
CMYK
RGB Variations
Color information
#9C4BEC (or 0x9C4BEC) is known color: Blue Violet. HEX triplet: 9C, 4B and EC. RGB value is (156,75,236). Sum of RGB (Red+Green+Blue) = 156+75+236=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4BEC is #63B413. Grayscale: #757575. Windows color (decimal): -6534164 or 15485852. OLE color: 15485852.
HSL color Cylindrical-coordinate representation of color #9C4BEC: hue angle of 270.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4BEC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 75 | 236 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.07 |
| HSL | 270.19º | 0.81% | 0.61% | - |
| HSV(B) | 270.19º | 0.68% | 0.93% | - |
| XYZ | 31.37 | 18.16 | 81.21 | - |
| YUV | 117.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 236 | 0.34 | 0.68 | 0 | 0.07 | 270.19 | 0.81 | 0.61 |
| Hex | 9C | 4B | EC | 22 | 44 | 0 | 7 | 10E | 51 | 3D |
| Octal | 234 | 113 | 354 | 42 | 104 | 0 | 7 | 416 | 121 | 75 |
| Binary | 10011100 | 1001011 | 11101100 | 100010 | 1000100 | 0 | 111 | 100001110 | 1010001 | 111101 |
Color Harmonies of #9C4BEC
Complementary color
Monochromatic Colors of #9C4BEC
Black with #9C4BEC
Text Example
Text Example
White with #9C4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BEC; }
p { color: rgb(156,75,236); }
H1.HeaderClassName
{
color: #9C4BEC;
}
.AnyTagClassName
{
color: #9C4BEC;
}
</style>
background-color css
<style>
a { background-color: #9C4BEC; }
a { background-color: rgb(156,75,236); }
div.DivClassName
{
background-color: #9C4BEC;
}
.BgClassName
{
background-color: #9C4BEC;
}
</style>
border-color css
<style>
span { border-color: #9C4BEC; }
span { border-color: rgb(156,75,236); }
td.TdClassName
{
border-color: #9C4BEC;
}
.TagClassName
{
border-color: #9C4BEC;
}
</style>