Shades of Blue Violet #9C4DEF
Tints of Blue Violet #9C4DEF
RGB
CMYK
RGB Variations
Color information
#9C4DEF (or 0x9C4DEF) is known color: Blue Violet. HEX triplet: 9C, 4D and EF. RGB value is (156,77,239). Sum of RGB (Red+Green+Blue) = 156+77+239=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C4DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C4DEF is #63B210. Grayscale: #767676. Windows color (decimal): -6533649 or 15682972. OLE color: 15682972.
HSL color Cylindrical-coordinate representation of color #9C4DEF: hue angle of 269.26º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4DEF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 77 | 239 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.06 |
| HSL | 269.26º | 0.84% | 0.62% | - |
| HSV(B) | 269.26º | 0.68% | 0.94% | - |
| XYZ | 31.94 | 18.61 | 83.57 | - |
| YUV | 119.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 239 | 0.35 | 0.68 | 0 | 0.06 | 269.26 | 0.84 | 0.62 |
| Hex | 9C | 4D | EF | 23 | 44 | 0 | 6 | 10D | 54 | 3E |
| Octal | 234 | 115 | 357 | 43 | 104 | 0 | 6 | 415 | 124 | 76 |
| Binary | 10011100 | 1001101 | 11101111 | 100011 | 1000100 | 0 | 110 | 100001101 | 1010100 | 111110 |
Color Harmonies of #9C4DEF
Complementary color
Monochromatic Colors of #9C4DEF
Black with #9C4DEF
Text Example
Text Example
White with #9C4DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4DEF; }
p { color: rgb(156,77,239); }
H1.HeaderClassName
{
color: #9C4DEF;
}
.AnyTagClassName
{
color: #9C4DEF;
}
</style>
background-color css
<style>
a { background-color: #9C4DEF; }
a { background-color: rgb(156,77,239); }
div.DivClassName
{
background-color: #9C4DEF;
}
.BgClassName
{
background-color: #9C4DEF;
}
</style>
border-color css
<style>
span { border-color: #9C4DEF; }
span { border-color: rgb(156,77,239); }
td.TdClassName
{
border-color: #9C4DEF;
}
.TagClassName
{
border-color: #9C4DEF;
}
</style>