Shades of Vivid Violet #9C2896
Tints of Vivid Violet #9C2896
RGB
CMYK
RGB Variations
Color information
#9C2896 (or 0x9C2896) is known color: Vivid Violet. HEX triplet: 9C, 28 and 96. RGB value is (156,40,150). Sum of RGB (Red+Green+Blue) = 156+40+150=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2896 is #63D769. Grayscale: #565656. Windows color (decimal): -6543210 or 9840796. OLE color: 9840796.
HSL color Cylindrical-coordinate representation of color #9C2896: hue angle of 303.1º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2896 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 150 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.39 |
| HSL | 303.1º | 0.59% | 0.38% | - |
| HSV(B) | 303.1º | 0.74% | 0.61% | - |
| XYZ | 19.97 | 10.79 | 29.88 | - |
| YUV | 87.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 150 | 0 | 0.74 | 0.04 | 0.39 | 303.1 | 0.59 | 0.38 |
| Hex | 9C | 28 | 96 | 0 | 4A | 4 | 27 | 12F | 3B | 26 |
| Octal | 234 | 50 | 226 | 0 | 112 | 4 | 47 | 457 | 73 | 46 |
| Binary | 10011100 | 101000 | 10010110 | 0 | 1001010 | 100 | 100111 | 100101111 | 111011 | 100110 |
Color Harmonies of #9C2896
Complementary color
Monochromatic Colors of #9C2896
Black with #9C2896
Text Example
Text Example
White with #9C2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2896; }
p { color: rgb(156,40,150); }
H1.HeaderClassName
{
color: #9C2896;
}
.AnyTagClassName
{
color: #9C2896;
}
</style>
background-color css
<style>
a { background-color: #9C2896; }
a { background-color: rgb(156,40,150); }
div.DivClassName
{
background-color: #9C2896;
}
.BgClassName
{
background-color: #9C2896;
}
</style>
border-color css
<style>
span { border-color: #9C2896; }
span { border-color: rgb(156,40,150); }
td.TdClassName
{
border-color: #9C2896;
}
.TagClassName
{
border-color: #9C2896;
}
</style>