Shades of Blue Violet #9C20FF
Tints of Blue Violet #9C20FF
RGB
CMYK
RGB Variations
Color information
#9C20FF (or 0x9C20FF) is known color: Blue Violet. HEX triplet: 9C, 20 and FF. RGB value is (156,32,255). Sum of RGB (Red+Green+Blue) = 156+32+255=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C20FF is #63DF00. Grayscale: #5D5D5D. Windows color (decimal): -6545153 or 16720028. OLE color: 16720028.
HSL color Cylindrical-coordinate representation of color #9C20FF: hue angle of 273.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C20FF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 32 | 255 | - |
| CMYK | 0.39 | 0.87 | 0 | 0 |
| HSL | 273.36º | 1% | 0.56% | - |
| HSV(B) | 273.36º | 0.87% | 1% | - |
| XYZ | 32.28 | 15.32 | 95.86 | - |
| YUV | 94.5 | 218.58 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 255 | 0.39 | 0.87 | 0 | 0 | 273.36 | 1 | 0.56 |
| Hex | 9C | 20 | FF | 27 | 57 | 0 | 0 | 111 | 64 | 38 |
| Octal | 234 | 40 | 377 | 47 | 127 | 0 | 0 | 421 | 144 | 70 |
| Binary | 10011100 | 100000 | 11111111 | 100111 | 1010111 | 0 | 0 | 100010001 | 1100100 | 111000 |
Color Harmonies of #9C20FF
Complementary color
Monochromatic Colors of #9C20FF
Black with #9C20FF
Text Example
Text Example
White with #9C20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20FF; }
p { color: rgb(156,32,255); }
H1.HeaderClassName
{
color: #9C20FF;
}
.AnyTagClassName
{
color: #9C20FF;
}
</style>
background-color css
<style>
a { background-color: #9C20FF; }
a { background-color: rgb(156,32,255); }
div.DivClassName
{
background-color: #9C20FF;
}
.BgClassName
{
background-color: #9C20FF;
}
</style>
border-color css
<style>
span { border-color: #9C20FF; }
span { border-color: rgb(156,32,255); }
td.TdClassName
{
border-color: #9C20FF;
}
.TagClassName
{
border-color: #9C20FF;
}
</style>