Shades of Vivid Violet #993D8D
Tints of Vivid Violet #993D8D
RGB
CMYK
RGB Variations
Color information
#993D8D (or 0x993D8D) is known color: Vivid Violet. HEX triplet: 99, 3D and 8D. RGB value is (153,61,141). Sum of RGB (Red+Green+Blue) = 153+61+141=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D8D is #66C272. Grayscale: #616161. Windows color (decimal): -6734451 or 9256345. OLE color: 9256345.
HSL color Cylindrical-coordinate representation of color #993D8D: hue angle of 307.83º 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 #993D8D is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 141 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.4 |
| HSL | 307.83º | 0.43% | 0.42% | - |
| HSV(B) | 307.83º | 0.6% | 0.6% | - |
| XYZ | 19.61 | 12.03 | 26.49 | - |
| YUV | 97.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 141 | 0 | 0.60 | 0.08 | 0.4 | 307.83 | 0.43 | 0.42 |
| Hex | 99 | 3D | 8D | 0 | 3C | 8 | 28 | 134 | 2B | 2A |
| Octal | 231 | 75 | 215 | 0 | 74 | 10 | 50 | 464 | 53 | 52 |
| Binary | 10011001 | 111101 | 10001101 | 0 | 111100 | 1000 | 101000 | 100110100 | 101011 | 101010 |
Color Harmonies of #993D8D
Complementary color
Monochromatic Colors of #993D8D
Black with #993D8D
Text Example
Text Example
White with #993D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D8D; }
p { color: rgb(153,61,141); }
H1.HeaderClassName
{
color: #993D8D;
}
.AnyTagClassName
{
color: #993D8D;
}
</style>
background-color css
<style>
a { background-color: #993D8D; }
a { background-color: rgb(153,61,141); }
div.DivClassName
{
background-color: #993D8D;
}
.BgClassName
{
background-color: #993D8D;
}
</style>
border-color css
<style>
span { border-color: #993D8D; }
span { border-color: rgb(153,61,141); }
td.TdClassName
{
border-color: #993D8D;
}
.TagClassName
{
border-color: #993D8D;
}
</style>