Shades of Vivid Violet #9C2698
Tints of Vivid Violet #9C2698
RGB
CMYK
RGB Variations
Color information
#9C2698 (or 0x9C2698) is known color: Vivid Violet. HEX triplet: 9C, 26 and 98. RGB value is (156,38,152). Sum of RGB (Red+Green+Blue) = 156+38+152=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2698 is #63D967. Grayscale: #555555. Windows color (decimal): -6543720 or 9971356. OLE color: 9971356.
HSL color Cylindrical-coordinate representation of color #9C2698: hue angle of 302.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2698 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 152 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.39 |
| HSL | 302.03º | 0.61% | 0.38% | - |
| HSV(B) | 302.03º | 0.76% | 0.61% | - |
| XYZ | 20.07 | 10.72 | 30.72 | - |
| YUV | 86.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 152 | 0 | 0.76 | 0.03 | 0.39 | 302.03 | 0.61 | 0.38 |
| Hex | 9C | 26 | 98 | 0 | 4C | 3 | 27 | 12E | 3D | 26 |
| Octal | 234 | 46 | 230 | 0 | 114 | 3 | 47 | 456 | 75 | 46 |
| Binary | 10011100 | 100110 | 10011000 | 0 | 1001100 | 11 | 100111 | 100101110 | 111101 | 100110 |
Color Harmonies of #9C2698
Complementary color
Monochromatic Colors of #9C2698
Black with #9C2698
Text Example
Text Example
White with #9C2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2698; }
p { color: rgb(156,38,152); }
H1.HeaderClassName
{
color: #9C2698;
}
.AnyTagClassName
{
color: #9C2698;
}
</style>
background-color css
<style>
a { background-color: #9C2698; }
a { background-color: rgb(156,38,152); }
div.DivClassName
{
background-color: #9C2698;
}
.BgClassName
{
background-color: #9C2698;
}
</style>
border-color css
<style>
span { border-color: #9C2698; }
span { border-color: rgb(156,38,152); }
td.TdClassName
{
border-color: #9C2698;
}
.TagClassName
{
border-color: #9C2698;
}
</style>