Shades of Vivid Violet #993D8C
Tints of Vivid Violet #993D8C
RGB
CMYK
RGB Variations
Color information
#993D8C (or 0x993D8C) is known color: Vivid Violet. HEX triplet: 99, 3D and 8C. RGB value is (153,61,140). Sum of RGB (Red+Green+Blue) = 153+61+140=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D8C is #66C273. Grayscale: #616161. Windows color (decimal): -6734452 or 9190809. OLE color: 9190809.
HSL color Cylindrical-coordinate representation of color #993D8C: hue angle of 308.48º 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 #993D8C is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 140 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.4 |
| HSL | 308.48º | 0.43% | 0.42% | - |
| HSV(B) | 308.48º | 0.6% | 0.6% | - |
| XYZ | 19.54 | 12 | 26.1 | - |
| YUV | 97.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 140 | 0 | 0.60 | 0.08 | 0.4 | 308.48 | 0.43 | 0.42 |
| Hex | 99 | 3D | 8C | 0 | 3C | 8 | 28 | 134 | 2B | 2A |
| Octal | 231 | 75 | 214 | 0 | 74 | 10 | 50 | 464 | 53 | 52 |
| Binary | 10011001 | 111101 | 10001100 | 0 | 111100 | 1000 | 101000 | 100110100 | 101011 | 101010 |
Color Harmonies of #993D8C
Complementary color
Monochromatic Colors of #993D8C
Black with #993D8C
Text Example
Text Example
White with #993D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D8C; }
p { color: rgb(153,61,140); }
H1.HeaderClassName
{
color: #993D8C;
}
.AnyTagClassName
{
color: #993D8C;
}
</style>
background-color css
<style>
a { background-color: #993D8C; }
a { background-color: rgb(153,61,140); }
div.DivClassName
{
background-color: #993D8C;
}
.BgClassName
{
background-color: #993D8C;
}
</style>
border-color css
<style>
span { border-color: #993D8C; }
span { border-color: rgb(153,61,140); }
td.TdClassName
{
border-color: #993D8C;
}
.TagClassName
{
border-color: #993D8C;
}
</style>