Shades of Blue Violet #9C24E7
Tints of Blue Violet #9C24E7
RGB
CMYK
RGB Variations
Color information
#9C24E7 (or 0x9C24E7) is known color: Blue Violet. HEX triplet: 9C, 24 and E7. RGB value is (156,36,231). Sum of RGB (Red+Green+Blue) = 156+36+231=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C24E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C24E7 is #63DB18. Grayscale: #5D5D5D. Windows color (decimal): -6544153 or 15148188. OLE color: 15148188.
HSL color Cylindrical-coordinate representation of color #9C24E7: hue angle of 276.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C24E7 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 36 | 231 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.09 |
| HSL | 276.92º | 0.8% | 0.52% | - |
| HSV(B) | 276.92º | 0.84% | 0.91% | - |
| XYZ | 28.76 | 14.1 | 76.81 | - |
| YUV | 94.11 | 205.26 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 231 | 0.32 | 0.84 | 0 | 0.09 | 276.92 | 0.8 | 0.52 |
| Hex | 9C | 24 | E7 | 20 | 54 | 0 | 9 | 115 | 50 | 34 |
| Octal | 234 | 44 | 347 | 40 | 124 | 0 | 11 | 425 | 120 | 64 |
| Binary | 10011100 | 100100 | 11100111 | 100000 | 1010100 | 0 | 1001 | 100010101 | 1010000 | 110100 |
Color Harmonies of #9C24E7
Complementary color
Monochromatic Colors of #9C24E7
Black with #9C24E7
Text Example
Text Example
White with #9C24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24E7; }
p { color: rgb(156,36,231); }
H1.HeaderClassName
{
color: #9C24E7;
}
.AnyTagClassName
{
color: #9C24E7;
}
</style>
background-color css
<style>
a { background-color: #9C24E7; }
a { background-color: rgb(156,36,231); }
div.DivClassName
{
background-color: #9C24E7;
}
.BgClassName
{
background-color: #9C24E7;
}
</style>
border-color css
<style>
span { border-color: #9C24E7; }
span { border-color: rgb(156,36,231); }
td.TdClassName
{
border-color: #9C24E7;
}
.TagClassName
{
border-color: #9C24E7;
}
</style>