Shades of Vivid Violet #992D9C
Tints of Vivid Violet #992D9C
RGB
CMYK
RGB Variations
Color information
#992D9C (or 0x992D9C) is known color: Vivid Violet. HEX triplet: 99, 2D and 9C. RGB value is (153,45,156). Sum of RGB (Red+Green+Blue) = 153+45+156=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #992D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992D9C is #66D263. Grayscale: #595959. Windows color (decimal): -6738532 or 10235289. OLE color: 10235289.
HSL color Cylindrical-coordinate representation of color #992D9C: hue angle of 298.38º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D9C is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 45 | 156 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.39 |
| HSL | 298.38º | 0.55% | 0.39% | - |
| HSV(B) | 298.38º | 0.71% | 0.61% | - |
| XYZ | 20.08 | 11.05 | 32.53 | - |
| YUV | 89.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 156 | 0.02 | 0.71 | 0 | 0.39 | 298.38 | 0.55 | 0.39 |
| Hex | 99 | 2D | 9C | 2 | 47 | 0 | 27 | 12A | 37 | 27 |
| Octal | 231 | 55 | 234 | 2 | 107 | 0 | 47 | 452 | 67 | 47 |
| Binary | 10011001 | 101101 | 10011100 | 10 | 1000111 | 0 | 100111 | 100101010 | 110111 | 100111 |
Color Harmonies of #992D9C
Complementary color
Monochromatic Colors of #992D9C
Black with #992D9C
Text Example
Text Example
White with #992D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D9C; }
p { color: rgb(153,45,156); }
H1.HeaderClassName
{
color: #992D9C;
}
.AnyTagClassName
{
color: #992D9C;
}
</style>
background-color css
<style>
a { background-color: #992D9C; }
a { background-color: rgb(153,45,156); }
div.DivClassName
{
background-color: #992D9C;
}
.BgClassName
{
background-color: #992D9C;
}
</style>
border-color css
<style>
span { border-color: #992D9C; }
span { border-color: rgb(153,45,156); }
td.TdClassName
{
border-color: #992D9C;
}
.TagClassName
{
border-color: #992D9C;
}
</style>