Shades of Vivid Violet #993E8E
Tints of Vivid Violet #993E8E
RGB
CMYK
RGB Variations
Color information
#993E8E (or 0x993E8E) is known color: Vivid Violet. HEX triplet: 99, 3E and 8E. RGB value is (153,62,142). Sum of RGB (Red+Green+Blue) = 153+62+142=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993E8E is #66C171. Grayscale: #626262. Windows color (decimal): -6734194 or 9322137. OLE color: 9322137.
HSL color Cylindrical-coordinate representation of color #993E8E: hue angle of 307.25º 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 #993E8E is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 142 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.4 |
| HSL | 307.25º | 0.42% | 0.42% | - |
| HSV(B) | 307.25º | 0.59% | 0.6% | - |
| XYZ | 19.74 | 12.17 | 26.9 | - |
| YUV | 98.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 142 | 0 | 0.59 | 0.07 | 0.4 | 307.25 | 0.42 | 0.42 |
| Hex | 99 | 3E | 8E | 0 | 3B | 7 | 28 | 133 | 2A | 2A |
| Octal | 231 | 76 | 216 | 0 | 73 | 7 | 50 | 463 | 52 | 52 |
| Binary | 10011001 | 111110 | 10001110 | 0 | 111011 | 111 | 101000 | 100110011 | 101010 | 101010 |
Color Harmonies of #993E8E
Complementary color
Monochromatic Colors of #993E8E
Black with #993E8E
Text Example
Text Example
White with #993E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E8E; }
p { color: rgb(153,62,142); }
H1.HeaderClassName
{
color: #993E8E;
}
.AnyTagClassName
{
color: #993E8E;
}
</style>
background-color css
<style>
a { background-color: #993E8E; }
a { background-color: rgb(153,62,142); }
div.DivClassName
{
background-color: #993E8E;
}
.BgClassName
{
background-color: #993E8E;
}
</style>
border-color css
<style>
span { border-color: #993E8E; }
span { border-color: rgb(153,62,142); }
td.TdClassName
{
border-color: #993E8E;
}
.TagClassName
{
border-color: #993E8E;
}
</style>