Shades of Vivid Violet #993AA6
Tints of Vivid Violet #993AA6
RGB
CMYK
RGB Variations
Color information
#993AA6 (or 0x993AA6) is known color: Vivid Violet. HEX triplet: 99, 3A and A6. RGB value is (153,58,166). Sum of RGB (Red+Green+Blue) = 153+58+166=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #993AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AA6 is #66C559. Grayscale: #626262. Windows color (decimal): -6735194 or 10893977. OLE color: 10893977.
HSL color Cylindrical-coordinate representation of color #993AA6: hue angle of 292.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993AA6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 58 | 166 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.35 |
| HSL | 292.78º | 0.48% | 0.44% | - |
| HSV(B) | 292.78º | 0.65% | 0.65% | - |
| XYZ | 21.53 | 12.55 | 37.36 | - |
| YUV | 98.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 166 | 0.08 | 0.65 | 0 | 0.35 | 292.78 | 0.48 | 0.44 |
| Hex | 99 | 3A | A6 | 8 | 41 | 0 | 23 | 125 | 30 | 2C |
| Octal | 231 | 72 | 246 | 10 | 101 | 0 | 43 | 445 | 60 | 54 |
| Binary | 10011001 | 111010 | 10100110 | 1000 | 1000001 | 0 | 100011 | 100100101 | 110000 | 101100 |
Color Harmonies of #993AA6
Complementary color
Monochromatic Colors of #993AA6
Black with #993AA6
Text Example
Text Example
White with #993AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AA6; }
p { color: rgb(153,58,166); }
H1.HeaderClassName
{
color: #993AA6;
}
.AnyTagClassName
{
color: #993AA6;
}
</style>
background-color css
<style>
a { background-color: #993AA6; }
a { background-color: rgb(153,58,166); }
div.DivClassName
{
background-color: #993AA6;
}
.BgClassName
{
background-color: #993AA6;
}
</style>
border-color css
<style>
span { border-color: #993AA6; }
span { border-color: rgb(153,58,166); }
td.TdClassName
{
border-color: #993AA6;
}
.TagClassName
{
border-color: #993AA6;
}
</style>