Shades of Blue Violet #9C24FA
Tints of Blue Violet #9C24FA
RGB
CMYK
RGB Variations
Color information
#9C24FA (or 0x9C24FA) is known color: Blue Violet. HEX triplet: 9C, 24 and FA. RGB value is (156,36,250). Sum of RGB (Red+Green+Blue) = 156+36+250=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C24FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C24FA is #63DB05. Grayscale: #5F5F5F. Windows color (decimal): -6544134 or 16393372. OLE color: 16393372.
HSL color Cylindrical-coordinate representation of color #9C24FA: hue angle of 273.64º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C24FA is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 36 | 250 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.02 |
| HSL | 273.64º | 0.96% | 0.56% | - |
| HSV(B) | 273.64º | 0.86% | 0.98% | - |
| XYZ | 31.6 | 15.23 | 91.72 | - |
| YUV | 96.28 | 214.76 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 36 | 250 | 0.38 | 0.86 | 0 | 0.02 | 273.64 | 0.96 | 0.56 |
| Hex | 9C | 24 | FA | 26 | 56 | 0 | 2 | 112 | 60 | 38 |
| Octal | 234 | 44 | 372 | 46 | 126 | 0 | 2 | 422 | 140 | 70 |
| Binary | 10011100 | 100100 | 11111010 | 100110 | 1010110 | 0 | 10 | 100010010 | 1100000 | 111000 |
Color Harmonies of #9C24FA
Complementary color
Monochromatic Colors of #9C24FA
Black with #9C24FA
Text Example
Text Example
White with #9C24FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C24FA; }
p { color: rgb(156,36,250); }
H1.HeaderClassName
{
color: #9C24FA;
}
.AnyTagClassName
{
color: #9C24FA;
}
</style>
background-color css
<style>
a { background-color: #9C24FA; }
a { background-color: rgb(156,36,250); }
div.DivClassName
{
background-color: #9C24FA;
}
.BgClassName
{
background-color: #9C24FA;
}
</style>
border-color css
<style>
span { border-color: #9C24FA; }
span { border-color: rgb(156,36,250); }
td.TdClassName
{
border-color: #9C24FA;
}
.TagClassName
{
border-color: #9C24FA;
}
</style>