Shades of Blue Violet #9C19DE
Tints of Blue Violet #9C19DE
RGB
CMYK
RGB Variations
Color information
#9C19DE (or 0x9C19DE) is known color: Blue Violet. HEX triplet: 9C, 19 and DE. RGB value is (156,25,222). Sum of RGB (Red+Green+Blue) = 156+25+222=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C19DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19DE is #63E621. Grayscale: #555555. Windows color (decimal): -6546978 or 14555548. OLE color: 14555548.
HSL color Cylindrical-coordinate representation of color #9C19DE: hue angle of 279.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C19DE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 25 | 222 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.13 |
| HSL | 279.9º | 0.8% | 0.48% | - |
| HSV(B) | 279.9º | 0.89% | 0.87% | - |
| XYZ | 27.24 | 13.04 | 70.19 | - |
| YUV | 86.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 222 | 0.30 | 0.89 | 0 | 0.13 | 279.9 | 0.8 | 0.48 |
| Hex | 9C | 19 | DE | 1E | 59 | 0 | D | 118 | 50 | 30 |
| Octal | 234 | 31 | 336 | 36 | 131 | 0 | 15 | 430 | 120 | 60 |
| Binary | 10011100 | 11001 | 11011110 | 11110 | 1011001 | 0 | 1101 | 100011000 | 1010000 | 110000 |
Color Harmonies of #9C19DE
Complementary color
Monochromatic Colors of #9C19DE
Black with #9C19DE
Text Example
Text Example
White with #9C19DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C19DE; }
p { color: rgb(156,25,222); }
H1.HeaderClassName
{
color: #9C19DE;
}
.AnyTagClassName
{
color: #9C19DE;
}
</style>
background-color css
<style>
a { background-color: #9C19DE; }
a { background-color: rgb(156,25,222); }
div.DivClassName
{
background-color: #9C19DE;
}
.BgClassName
{
background-color: #9C19DE;
}
</style>
border-color css
<style>
span { border-color: #9C19DE; }
span { border-color: rgb(156,25,222); }
td.TdClassName
{
border-color: #9C19DE;
}
.TagClassName
{
border-color: #9C19DE;
}
</style>