Shades of Blue Violet #9C20DE
Tints of Blue Violet #9C20DE
RGB
CMYK
RGB Variations
Color information
#9C20DE (or 0x9C20DE) is known color: Blue Violet. HEX triplet: 9C, 20 and DE. RGB value is (156,32,222). Sum of RGB (Red+Green+Blue) = 156+32+222=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C20DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C20DE is #63DF21. Grayscale: #5A5A5A. Windows color (decimal): -6545186 or 14557340. OLE color: 14557340.
HSL color Cylindrical-coordinate representation of color #9C20DE: hue angle of 279.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C20DE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 32 | 222 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.13 |
| HSL | 279.16º | 0.75% | 0.5% | - |
| HSV(B) | 279.16º | 0.86% | 0.87% | - |
| XYZ | 27.41 | 13.37 | 70.24 | - |
| YUV | 90.74 | 202.08 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 222 | 0.30 | 0.86 | 0 | 0.13 | 279.16 | 0.75 | 0.5 |
| Hex | 9C | 20 | DE | 1E | 56 | 0 | D | 117 | 4B | 32 |
| Octal | 234 | 40 | 336 | 36 | 126 | 0 | 15 | 427 | 113 | 62 |
| Binary | 10011100 | 100000 | 11011110 | 11110 | 1010110 | 0 | 1101 | 100010111 | 1001011 | 110010 |
Color Harmonies of #9C20DE
Complementary color
Monochromatic Colors of #9C20DE
Black with #9C20DE
Text Example
Text Example
White with #9C20DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C20DE; }
p { color: rgb(156,32,222); }
H1.HeaderClassName
{
color: #9C20DE;
}
.AnyTagClassName
{
color: #9C20DE;
}
</style>
background-color css
<style>
a { background-color: #9C20DE; }
a { background-color: rgb(156,32,222); }
div.DivClassName
{
background-color: #9C20DE;
}
.BgClassName
{
background-color: #9C20DE;
}
</style>
border-color css
<style>
span { border-color: #9C20DE; }
span { border-color: rgb(156,32,222); }
td.TdClassName
{
border-color: #9C20DE;
}
.TagClassName
{
border-color: #9C20DE;
}
</style>