Shades of Blue Violet #9C3DEC
Tints of Blue Violet #9C3DEC
RGB
CMYK
RGB Variations
Color information
#9C3DEC (or 0x9C3DEC) is known color: Blue Violet. HEX triplet: 9C, 3D and EC. RGB value is (156,61,236). Sum of RGB (Red+Green+Blue) = 156+61+236=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C3DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3DEC is #63C213. Grayscale: #6C6C6C. Windows color (decimal): -6537748 or 15482268. OLE color: 15482268.
HSL color Cylindrical-coordinate representation of color #9C3DEC: hue angle of 272.57º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C3DEC is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 61 | 236 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.07 |
| HSL | 272.57º | 0.82% | 0.58% | - |
| HSV(B) | 272.57º | 0.74% | 0.93% | - |
| XYZ | 30.52 | 16.46 | 80.93 | - |
| YUV | 109.36 | 199.47 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 236 | 0.34 | 0.74 | 0 | 0.07 | 272.57 | 0.82 | 0.58 |
| Hex | 9C | 3D | EC | 22 | 4A | 0 | 7 | 111 | 52 | 3A |
| Octal | 234 | 75 | 354 | 42 | 112 | 0 | 7 | 421 | 122 | 72 |
| Binary | 10011100 | 111101 | 11101100 | 100010 | 1001010 | 0 | 111 | 100010001 | 1010010 | 111010 |
Color Harmonies of #9C3DEC
Complementary color
Monochromatic Colors of #9C3DEC
Black with #9C3DEC
Text Example
Text Example
White with #9C3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DEC; }
p { color: rgb(156,61,236); }
H1.HeaderClassName
{
color: #9C3DEC;
}
.AnyTagClassName
{
color: #9C3DEC;
}
</style>
background-color css
<style>
a { background-color: #9C3DEC; }
a { background-color: rgb(156,61,236); }
div.DivClassName
{
background-color: #9C3DEC;
}
.BgClassName
{
background-color: #9C3DEC;
}
</style>
border-color css
<style>
span { border-color: #9C3DEC; }
span { border-color: rgb(156,61,236); }
td.TdClassName
{
border-color: #9C3DEC;
}
.TagClassName
{
border-color: #9C3DEC;
}
</style>