Shades of Vivid Violet #993EA3
Tints of Vivid Violet #993EA3
RGB
CMYK
RGB Variations
Color information
#993EA3 (or 0x993EA3) is known color: Vivid Violet. HEX triplet: 99, 3E and A3. RGB value is (153,62,163). Sum of RGB (Red+Green+Blue) = 153+62+163=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #993EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EA3 is #66C15C. Grayscale: #646464. Windows color (decimal): -6734173 or 10698393. OLE color: 10698393.
HSL color Cylindrical-coordinate representation of color #993EA3: hue angle of 294.06º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993EA3 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 62 | 163 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.36 |
| HSL | 294.06º | 0.45% | 0.44% | - |
| HSV(B) | 294.06º | 0.62% | 0.64% | - |
| XYZ | 21.47 | 12.86 | 36 | - |
| YUV | 100.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 163 | 0.06 | 0.62 | 0 | 0.36 | 294.06 | 0.45 | 0.44 |
| Hex | 99 | 3E | A3 | 6 | 3E | 0 | 24 | 126 | 2D | 2C |
| Octal | 231 | 76 | 243 | 6 | 76 | 0 | 44 | 446 | 55 | 54 |
| Binary | 10011001 | 111110 | 10100011 | 110 | 111110 | 0 | 100100 | 100100110 | 101101 | 101100 |
Color Harmonies of #993EA3
Complementary color
Monochromatic Colors of #993EA3
Black with #993EA3
Text Example
Text Example
White with #993EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EA3; }
p { color: rgb(153,62,163); }
H1.HeaderClassName
{
color: #993EA3;
}
.AnyTagClassName
{
color: #993EA3;
}
</style>
background-color css
<style>
a { background-color: #993EA3; }
a { background-color: rgb(153,62,163); }
div.DivClassName
{
background-color: #993EA3;
}
.BgClassName
{
background-color: #993EA3;
}
</style>
border-color css
<style>
span { border-color: #993EA3; }
span { border-color: rgb(153,62,163); }
td.TdClassName
{
border-color: #993EA3;
}
.TagClassName
{
border-color: #993EA3;
}
</style>