Shades of Vivid Violet #993F8D
Tints of Vivid Violet #993F8D
RGB
CMYK
RGB Variations
Color information
#993F8D (or 0x993F8D) is known color: Vivid Violet. HEX triplet: 99, 3F and 8D. RGB value is (153,63,141). Sum of RGB (Red+Green+Blue) = 153+63+141=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F8D is #66C072. Grayscale: #626262. Windows color (decimal): -6733939 or 9256857. OLE color: 9256857.
HSL color Cylindrical-coordinate representation of color #993F8D: hue angle of 308º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F8D is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 141 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.4 |
| HSL | 308º | 0.42% | 0.42% | - |
| HSV(B) | 308º | 0.59% | 0.6% | - |
| XYZ | 19.72 | 12.25 | 26.52 | - |
| YUV | 98.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 141 | 0 | 0.59 | 0.08 | 0.4 | 308 | 0.42 | 0.42 |
| Hex | 99 | 3F | 8D | 0 | 3B | 8 | 28 | 134 | 2A | 2A |
| Octal | 231 | 77 | 215 | 0 | 73 | 10 | 50 | 464 | 52 | 52 |
| Binary | 10011001 | 111111 | 10001101 | 0 | 111011 | 1000 | 101000 | 100110100 | 101010 | 101010 |
Color Harmonies of #993F8D
Complementary color
Monochromatic Colors of #993F8D
Black with #993F8D
Text Example
Text Example
White with #993F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F8D; }
p { color: rgb(153,63,141); }
H1.HeaderClassName
{
color: #993F8D;
}
.AnyTagClassName
{
color: #993F8D;
}
</style>
background-color css
<style>
a { background-color: #993F8D; }
a { background-color: rgb(153,63,141); }
div.DivClassName
{
background-color: #993F8D;
}
.BgClassName
{
background-color: #993F8D;
}
</style>
border-color css
<style>
span { border-color: #993F8D; }
span { border-color: rgb(153,63,141); }
td.TdClassName
{
border-color: #993F8D;
}
.TagClassName
{
border-color: #993F8D;
}
</style>