Shades of Blue Violet #9C29FC
Tints of Blue Violet #9C29FC
RGB
CMYK
RGB Variations
Color information
#9C29FC (or 0x9C29FC) is known color: Blue Violet. HEX triplet: 9C, 29 and FC. RGB value is (156,41,252). Sum of RGB (Red+Green+Blue) = 156+41+252=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C29FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C29FC is #63D603. Grayscale: #626262. Windows color (decimal): -6542852 or 16525724. OLE color: 16525724.
HSL color Cylindrical-coordinate representation of color #9C29FC: hue angle of 272.7º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C29FC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 41 | 252 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.01 |
| HSL | 272.7º | 0.97% | 0.57% | - |
| HSV(B) | 272.7º | 0.84% | 0.99% | - |
| XYZ | 32.07 | 15.68 | 93.43 | - |
| YUV | 99.44 | 214.1 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 252 | 0.38 | 0.84 | 0 | 0.01 | 272.7 | 0.97 | 0.57 |
| Hex | 9C | 29 | FC | 26 | 54 | 0 | 1 | 111 | 61 | 39 |
| Octal | 234 | 51 | 374 | 46 | 124 | 0 | 1 | 421 | 141 | 71 |
| Binary | 10011100 | 101001 | 11111100 | 100110 | 1010100 | 0 | 1 | 100010001 | 1100001 | 111001 |
Color Harmonies of #9C29FC
Complementary color
Monochromatic Colors of #9C29FC
Black with #9C29FC
Text Example
Text Example
White with #9C29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C29FC; }
p { color: rgb(156,41,252); }
H1.HeaderClassName
{
color: #9C29FC;
}
.AnyTagClassName
{
color: #9C29FC;
}
</style>
background-color css
<style>
a { background-color: #9C29FC; }
a { background-color: rgb(156,41,252); }
div.DivClassName
{
background-color: #9C29FC;
}
.BgClassName
{
background-color: #9C29FC;
}
</style>
border-color css
<style>
span { border-color: #9C29FC; }
span { border-color: rgb(156,41,252); }
td.TdClassName
{
border-color: #9C29FC;
}
.TagClassName
{
border-color: #9C29FC;
}
</style>