Shades of Vivid Violet #993EA5
Tints of Vivid Violet #993EA5
RGB
CMYK
RGB Variations
Color information
#993EA5 (or 0x993EA5) is known color: Vivid Violet. HEX triplet: 99, 3E and A5. RGB value is (153,62,165). Sum of RGB (Red+Green+Blue) = 153+62+165=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #993EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993EA5 is #66C15A. Grayscale: #646464. Windows color (decimal): -6734171 or 10829465. OLE color: 10829465.
HSL color Cylindrical-coordinate representation of color #993EA5: hue angle of 293.01º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993EA5 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 62 | 165 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.35 |
| HSL | 293.01º | 0.45% | 0.45% | - |
| HSV(B) | 293.01º | 0.62% | 0.65% | - |
| XYZ | 21.65 | 12.93 | 36.95 | - |
| YUV | 100.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 165 | 0.07 | 0.62 | 0 | 0.35 | 293.01 | 0.45 | 0.45 |
| Hex | 99 | 3E | A5 | 7 | 3E | 0 | 23 | 125 | 2D | 2D |
| Octal | 231 | 76 | 245 | 7 | 76 | 0 | 43 | 445 | 55 | 55 |
| Binary | 10011001 | 111110 | 10100101 | 111 | 111110 | 0 | 100011 | 100100101 | 101101 | 101101 |
Color Harmonies of #993EA5
Complementary color
Monochromatic Colors of #993EA5
Black with #993EA5
Text Example
Text Example
White with #993EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EA5; }
p { color: rgb(153,62,165); }
H1.HeaderClassName
{
color: #993EA5;
}
.AnyTagClassName
{
color: #993EA5;
}
</style>
background-color css
<style>
a { background-color: #993EA5; }
a { background-color: rgb(153,62,165); }
div.DivClassName
{
background-color: #993EA5;
}
.BgClassName
{
background-color: #993EA5;
}
</style>
border-color css
<style>
span { border-color: #993EA5; }
span { border-color: rgb(153,62,165); }
td.TdClassName
{
border-color: #993EA5;
}
.TagClassName
{
border-color: #993EA5;
}
</style>