Shades of Vivid Violet #993D90
Tints of Vivid Violet #993D90
RGB
CMYK
RGB Variations
Color information
#993D90 (or 0x993D90) is known color: Vivid Violet. HEX triplet: 99, 3D and 90. RGB value is (153,61,144). Sum of RGB (Red+Green+Blue) = 153+61+144=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #993D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D90 is #66C26F. Grayscale: #616161. Windows color (decimal): -6734448 or 9452953. OLE color: 9452953.
HSL color Cylindrical-coordinate representation of color #993D90: hue angle of 305.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D90 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 144 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.4 |
| HSL | 305.87º | 0.43% | 0.42% | - |
| HSV(B) | 305.87º | 0.6% | 0.6% | - |
| XYZ | 19.84 | 12.12 | 27.68 | - |
| YUV | 97.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 144 | 0 | 0.60 | 0.06 | 0.4 | 305.87 | 0.43 | 0.42 |
| Hex | 99 | 3D | 90 | 0 | 3C | 6 | 28 | 132 | 2B | 2A |
| Octal | 231 | 75 | 220 | 0 | 74 | 6 | 50 | 462 | 53 | 52 |
| Binary | 10011001 | 111101 | 10010000 | 0 | 111100 | 110 | 101000 | 100110010 | 101011 | 101010 |
Color Harmonies of #993D90
Complementary color
Monochromatic Colors of #993D90
Black with #993D90
Text Example
Text Example
White with #993D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D90; }
p { color: rgb(153,61,144); }
H1.HeaderClassName
{
color: #993D90;
}
.AnyTagClassName
{
color: #993D90;
}
</style>
background-color css
<style>
a { background-color: #993D90; }
a { background-color: rgb(153,61,144); }
div.DivClassName
{
background-color: #993D90;
}
.BgClassName
{
background-color: #993D90;
}
</style>
border-color css
<style>
span { border-color: #993D90; }
span { border-color: rgb(153,61,144); }
td.TdClassName
{
border-color: #993D90;
}
.TagClassName
{
border-color: #993D90;
}
</style>