Shades of Vivid Violet #9C2998
Tints of Vivid Violet #9C2998
RGB
CMYK
RGB Variations
Color information
#9C2998 (or 0x9C2998) is known color: Vivid Violet. HEX triplet: 9C, 29 and 98. RGB value is (156,41,152). Sum of RGB (Red+Green+Blue) = 156+41+152=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2998 is #63D667. Grayscale: #575757. Windows color (decimal): -6542952 or 9972124. OLE color: 9972124.
HSL color Cylindrical-coordinate representation of color #9C2998: hue angle of 302.09º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C2998 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 41 | 152 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.39 |
| HSL | 302.09º | 0.58% | 0.39% | - |
| HSV(B) | 302.09º | 0.74% | 0.61% | - |
| XYZ | 20.17 | 10.92 | 30.75 | - |
| YUV | 88.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 41 | 152 | 0 | 0.74 | 0.03 | 0.39 | 302.09 | 0.58 | 0.39 |
| Hex | 9C | 29 | 98 | 0 | 4A | 3 | 27 | 12E | 3A | 27 |
| Octal | 234 | 51 | 230 | 0 | 112 | 3 | 47 | 456 | 72 | 47 |
| Binary | 10011100 | 101001 | 10011000 | 0 | 1001010 | 11 | 100111 | 100101110 | 111010 | 100111 |
Color Harmonies of #9C2998
Complementary color
Monochromatic Colors of #9C2998
Black with #9C2998
Text Example
Text Example
White with #9C2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2998; }
p { color: rgb(156,41,152); }
H1.HeaderClassName
{
color: #9C2998;
}
.AnyTagClassName
{
color: #9C2998;
}
</style>
background-color css
<style>
a { background-color: #9C2998; }
a { background-color: rgb(156,41,152); }
div.DivClassName
{
background-color: #9C2998;
}
.BgClassName
{
background-color: #9C2998;
}
</style>
border-color css
<style>
span { border-color: #9C2998; }
span { border-color: rgb(156,41,152); }
td.TdClassName
{
border-color: #9C2998;
}
.TagClassName
{
border-color: #9C2998;
}
</style>