Shades of Vivid Violet #993FA4
Tints of Vivid Violet #993FA4
RGB
CMYK
RGB Variations
Color information
#993FA4 (or 0x993FA4) is known color: Vivid Violet. HEX triplet: 99, 3F and A4. RGB value is (153,63,164). Sum of RGB (Red+Green+Blue) = 153+63+164=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #993FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA4 is #66C05B. Grayscale: #656565. Windows color (decimal): -6733916 or 10764185. OLE color: 10764185.
HSL color Cylindrical-coordinate representation of color #993FA4: hue angle of 293.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993FA4 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 63 | 164 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.36 |
| HSL | 293.47º | 0.44% | 0.45% | - |
| HSV(B) | 293.47º | 0.62% | 0.64% | - |
| XYZ | 21.62 | 13.01 | 36.49 | - |
| YUV | 101.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 164 | 0.07 | 0.62 | 0 | 0.36 | 293.47 | 0.44 | 0.45 |
| Hex | 99 | 3F | A4 | 7 | 3E | 0 | 24 | 125 | 2C | 2D |
| Octal | 231 | 77 | 244 | 7 | 76 | 0 | 44 | 445 | 54 | 55 |
| Binary | 10011001 | 111111 | 10100100 | 111 | 111110 | 0 | 100100 | 100100101 | 101100 | 101101 |
Color Harmonies of #993FA4
Complementary color
Monochromatic Colors of #993FA4
Black with #993FA4
Text Example
Text Example
White with #993FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FA4; }
p { color: rgb(153,63,164); }
H1.HeaderClassName
{
color: #993FA4;
}
.AnyTagClassName
{
color: #993FA4;
}
</style>
background-color css
<style>
a { background-color: #993FA4; }
a { background-color: rgb(153,63,164); }
div.DivClassName
{
background-color: #993FA4;
}
.BgClassName
{
background-color: #993FA4;
}
</style>
border-color css
<style>
span { border-color: #993FA4; }
span { border-color: rgb(153,63,164); }
td.TdClassName
{
border-color: #993FA4;
}
.TagClassName
{
border-color: #993FA4;
}
</style>