Shades of Vivid Violet #993DA1
Tints of Vivid Violet #993DA1
RGB
CMYK
RGB Variations
Color information
#993DA1 (or 0x993DA1) is known color: Vivid Violet. HEX triplet: 99, 3D and A1. RGB value is (153,61,161). Sum of RGB (Red+Green+Blue) = 153+61+161=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 161 - color contains mainly: blue. Hex color #993DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DA1 is #66C25E. Grayscale: #636363. Windows color (decimal): -6734431 or 10567065. OLE color: 10567065.
HSL color Cylindrical-coordinate representation of color #993DA1: hue angle of 295.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993DA1 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 61 | 161 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.37 |
| HSL | 295.2º | 0.45% | 0.44% | - |
| HSV(B) | 295.2º | 0.62% | 0.63% | - |
| XYZ | 21.24 | 12.68 | 35.05 | - |
| YUV | 99.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 161 | 0.05 | 0.62 | 0 | 0.37 | 295.2 | 0.45 | 0.44 |
| Hex | 99 | 3D | A1 | 5 | 3E | 0 | 25 | 127 | 2D | 2C |
| Octal | 231 | 75 | 241 | 5 | 76 | 0 | 45 | 447 | 55 | 54 |
| Binary | 10011001 | 111101 | 10100001 | 101 | 111110 | 0 | 100101 | 100100111 | 101101 | 101100 |
Color Harmonies of #993DA1
Complementary color
Monochromatic Colors of #993DA1
Black with #993DA1
Text Example
Text Example
White with #993DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DA1; }
p { color: rgb(153,61,161); }
H1.HeaderClassName
{
color: #993DA1;
}
.AnyTagClassName
{
color: #993DA1;
}
</style>
background-color css
<style>
a { background-color: #993DA1; }
a { background-color: rgb(153,61,161); }
div.DivClassName
{
background-color: #993DA1;
}
.BgClassName
{
background-color: #993DA1;
}
</style>
border-color css
<style>
span { border-color: #993DA1; }
span { border-color: rgb(153,61,161); }
td.TdClassName
{
border-color: #993DA1;
}
.TagClassName
{
border-color: #993DA1;
}
</style>