Shades of Blue Violet #9C20FC
Tints of Blue Violet #9C20FC
RGB
CMYK
RGB Variations
Color information
#9C20FC (or 0x9C20FC) is known color: Blue Violet. HEX triplet: 9C, 20 and FC. RGB value is (156,32,252). Sum of RGB (Red+Green+Blue) = 156+32+252=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C20FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C20FC is #63DF03. Grayscale: #5D5D5D. Windows color (decimal): -6545156 or 16523420. OLE color: 16523420.
HSL color Cylindrical-coordinate representation of color #9C20FC: hue angle of 273.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C20FC is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 32 | 252 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.01 |
| HSL | 273.82º | 0.97% | 0.56% | - |
| HSV(B) | 273.82º | 0.87% | 0.99% | - |
| XYZ | 31.8 | 15.13 | 93.34 | - |
| YUV | 94.16 | 217.08 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 252 | 0.38 | 0.87 | 0 | 0.01 | 273.82 | 0.97 | 0.56 |
| Hex | 9C | 20 | FC | 26 | 57 | 0 | 1 | 112 | 61 | 38 |
| Octal | 234 | 40 | 374 | 46 | 127 | 0 | 1 | 422 | 141 | 70 |
| Binary | 10011100 | 100000 | 11111100 | 100110 | 1010111 | 0 | 1 | 100010010 | 1100001 | 111000 |
Color Harmonies of #9C20FC
Complementary color
Monochromatic Colors of #9C20FC
Black with #9C20FC
Text Example
Text Example
White with #9C20FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20FC; }
p { color: rgb(156,32,252); }
H1.HeaderClassName
{
color: #9C20FC;
}
.AnyTagClassName
{
color: #9C20FC;
}
</style>
background-color css
<style>
a { background-color: #9C20FC; }
a { background-color: rgb(156,32,252); }
div.DivClassName
{
background-color: #9C20FC;
}
.BgClassName
{
background-color: #9C20FC;
}
</style>
border-color css
<style>
span { border-color: #9C20FC; }
span { border-color: rgb(156,32,252); }
td.TdClassName
{
border-color: #9C20FC;
}
.TagClassName
{
border-color: #9C20FC;
}
</style>