Shades of Blue Violet #9C32FF
Tints of Blue Violet #9C32FF
RGB
CMYK
RGB Variations
Color information
#9C32FF (or 0x9C32FF) is known color: Blue Violet. HEX triplet: 9C, 32 and FF. RGB value is (156,50,255). Sum of RGB (Red+Green+Blue) = 156+50+255=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C32FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C32FF is #63CD00. Grayscale: #686868. Windows color (decimal): -6540545 or 16724636. OLE color: 16724636.
HSL color Cylindrical-coordinate representation of color #9C32FF: hue angle of 271.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C32FF is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 50 | 255 | - |
| CMYK | 0.39 | 0.80 | 0 | 0 |
| HSL | 271.02º | 1% | 0.6% | - |
| HSV(B) | 271.02º | 0.8% | 1% | - |
| XYZ | 32.9 | 16.57 | 96.07 | - |
| YUV | 105.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 50 | 255 | 0.39 | 0.80 | 0 | 0 | 271.02 | 1 | 0.6 |
| Hex | 9C | 32 | FF | 27 | 50 | 0 | 0 | 10F | 64 | 3C |
| Octal | 234 | 62 | 377 | 47 | 120 | 0 | 0 | 417 | 144 | 74 |
| Binary | 10011100 | 110010 | 11111111 | 100111 | 1010000 | 0 | 0 | 100001111 | 1100100 | 111100 |
Color Harmonies of #9C32FF
Complementary color
Monochromatic Colors of #9C32FF
Black with #9C32FF
Text Example
Text Example
White with #9C32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C32FF; }
p { color: rgb(156,50,255); }
H1.HeaderClassName
{
color: #9C32FF;
}
.AnyTagClassName
{
color: #9C32FF;
}
</style>
background-color css
<style>
a { background-color: #9C32FF; }
a { background-color: rgb(156,50,255); }
div.DivClassName
{
background-color: #9C32FF;
}
.BgClassName
{
background-color: #9C32FF;
}
</style>
border-color css
<style>
span { border-color: #9C32FF; }
span { border-color: rgb(156,50,255); }
td.TdClassName
{
border-color: #9C32FF;
}
.TagClassName
{
border-color: #9C32FF;
}
</style>