Shades of Vivid Violet #992C94
Tints of Vivid Violet #992C94
RGB
CMYK
RGB Variations
Color information
#992C94 (or 0x992C94) is known color: Vivid Violet. HEX triplet: 99, 2C and 94. RGB value is (153,44,148). Sum of RGB (Red+Green+Blue) = 153+44+148=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #992C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C94 is #66D36B. Grayscale: #585858. Windows color (decimal): -6738796 or 9710745. OLE color: 9710745.
HSL color Cylindrical-coordinate representation of color #992C94: hue angle of 302.75º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C94 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 148 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.4 |
| HSL | 302.75º | 0.55% | 0.39% | - |
| HSV(B) | 302.75º | 0.71% | 0.6% | - |
| XYZ | 19.38 | 10.71 | 29.06 | - |
| YUV | 88.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 148 | 0 | 0.71 | 0.03 | 0.4 | 302.75 | 0.55 | 0.39 |
| Hex | 99 | 2C | 94 | 0 | 47 | 3 | 28 | 12F | 37 | 27 |
| Octal | 231 | 54 | 224 | 0 | 107 | 3 | 50 | 457 | 67 | 47 |
| Binary | 10011001 | 101100 | 10010100 | 0 | 1000111 | 11 | 101000 | 100101111 | 110111 | 100111 |
Color Harmonies of #992C94
Complementary color
Monochromatic Colors of #992C94
Black with #992C94
Text Example
Text Example
White with #992C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C94; }
p { color: rgb(153,44,148); }
H1.HeaderClassName
{
color: #992C94;
}
.AnyTagClassName
{
color: #992C94;
}
</style>
background-color css
<style>
a { background-color: #992C94; }
a { background-color: rgb(153,44,148); }
div.DivClassName
{
background-color: #992C94;
}
.BgClassName
{
background-color: #992C94;
}
</style>
border-color css
<style>
span { border-color: #992C94; }
span { border-color: rgb(153,44,148); }
td.TdClassName
{
border-color: #992C94;
}
.TagClassName
{
border-color: #992C94;
}
</style>