Shades of Vivid Violet #993B98
Tints of Vivid Violet #993B98
RGB
CMYK
RGB Variations
Color information
#993B98 (or 0x993B98) is known color: Vivid Violet. HEX triplet: 99, 3B and 98. RGB value is (153,59,152). Sum of RGB (Red+Green+Blue) = 153+59+152=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #993B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993B98 is #66C467. Grayscale: #616161. Windows color (decimal): -6734952 or 9976729. OLE color: 9976729.
HSL color Cylindrical-coordinate representation of color #993B98: hue angle of 300.64º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B98 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 152 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.4 |
| HSL | 300.64º | 0.44% | 0.42% | - |
| HSV(B) | 300.64º | 0.61% | 0.6% | - |
| XYZ | 20.37 | 12.17 | 30.98 | - |
| YUV | 97.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 152 | 0 | 0.61 | 0.01 | 0.4 | 300.64 | 0.44 | 0.42 |
| Hex | 99 | 3B | 98 | 0 | 3D | 1 | 28 | 12D | 2C | 2A |
| Octal | 231 | 73 | 230 | 0 | 75 | 1 | 50 | 455 | 54 | 52 |
| Binary | 10011001 | 111011 | 10011000 | 0 | 111101 | 1 | 101000 | 100101101 | 101100 | 101010 |
Color Harmonies of #993B98
Complementary color
Monochromatic Colors of #993B98
Black with #993B98
Text Example
Text Example
White with #993B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B98; }
p { color: rgb(153,59,152); }
H1.HeaderClassName
{
color: #993B98;
}
.AnyTagClassName
{
color: #993B98;
}
</style>
background-color css
<style>
a { background-color: #993B98; }
a { background-color: rgb(153,59,152); }
div.DivClassName
{
background-color: #993B98;
}
.BgClassName
{
background-color: #993B98;
}
</style>
border-color css
<style>
span { border-color: #993B98; }
span { border-color: rgb(153,59,152); }
td.TdClassName
{
border-color: #993B98;
}
.TagClassName
{
border-color: #993B98;
}
</style>