Shades of Blue Violet #9C4CE9
Tints of Blue Violet #9C4CE9
RGB
CMYK
RGB Variations
Color information
#9C4CE9 (or 0x9C4CE9) is known color: Blue Violet. HEX triplet: 9C, 4C and E9. RGB value is (156,76,233). Sum of RGB (Red+Green+Blue) = 156+76+233=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C4CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4CE9 is #63B316. Grayscale: #757575. Windows color (decimal): -6533911 or 15289500. OLE color: 15289500.
HSL color Cylindrical-coordinate representation of color #9C4CE9: hue angle of 270.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C4CE9 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 76 | 233 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.09 |
| HSL | 270.57º | 0.78% | 0.61% | - |
| HSV(B) | 270.57º | 0.67% | 0.91% | - |
| XYZ | 31 | 18.12 | 78.95 | - |
| YUV | 117.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 233 | 0.33 | 0.67 | 0 | 0.09 | 270.57 | 0.78 | 0.61 |
| Hex | 9C | 4C | E9 | 21 | 43 | 0 | 9 | 10F | 4E | 3D |
| Octal | 234 | 114 | 351 | 41 | 103 | 0 | 11 | 417 | 116 | 75 |
| Binary | 10011100 | 1001100 | 11101001 | 100001 | 1000011 | 0 | 1001 | 100001111 | 1001110 | 111101 |
Color Harmonies of #9C4CE9
Complementary color
Monochromatic Colors of #9C4CE9
Black with #9C4CE9
Text Example
Text Example
White with #9C4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4CE9; }
p { color: rgb(156,76,233); }
H1.HeaderClassName
{
color: #9C4CE9;
}
.AnyTagClassName
{
color: #9C4CE9;
}
</style>
background-color css
<style>
a { background-color: #9C4CE9; }
a { background-color: rgb(156,76,233); }
div.DivClassName
{
background-color: #9C4CE9;
}
.BgClassName
{
background-color: #9C4CE9;
}
</style>
border-color css
<style>
span { border-color: #9C4CE9; }
span { border-color: rgb(156,76,233); }
td.TdClassName
{
border-color: #9C4CE9;
}
.TagClassName
{
border-color: #9C4CE9;
}
</style>