Shades of Vivid Violet #993FA3
Tints of Vivid Violet #993FA3
RGB
CMYK
RGB Variations
Color information
#993FA3 (or 0x993FA3) is known color: Vivid Violet. HEX triplet: 99, 3F and A3. RGB value is (153,63,163). Sum of RGB (Red+Green+Blue) = 153+63+163=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 163 - color contains mainly: blue. Hex color #993FA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA3 is #66C05C. Grayscale: #656565. Windows color (decimal): -6733917 or 10698649. OLE color: 10698649.
HSL color Cylindrical-coordinate representation of color #993FA3: hue angle of 294º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993FA3 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 63 | 163 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.36 |
| HSL | 294º | 0.44% | 0.44% | - |
| HSV(B) | 294º | 0.61% | 0.64% | - |
| XYZ | 21.53 | 12.97 | 36.02 | - |
| YUV | 101.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 163 | 0.06 | 0.61 | 0 | 0.36 | 294 | 0.44 | 0.44 |
| Hex | 99 | 3F | A3 | 6 | 3D | 0 | 24 | 126 | 2C | 2C |
| Octal | 231 | 77 | 243 | 6 | 75 | 0 | 44 | 446 | 54 | 54 |
| Binary | 10011001 | 111111 | 10100011 | 110 | 111101 | 0 | 100100 | 100100110 | 101100 | 101100 |
Color Harmonies of #993FA3
Complementary color
Monochromatic Colors of #993FA3
Black with #993FA3
Text Example
Text Example
White with #993FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FA3; }
p { color: rgb(153,63,163); }
H1.HeaderClassName
{
color: #993FA3;
}
.AnyTagClassName
{
color: #993FA3;
}
</style>
background-color css
<style>
a { background-color: #993FA3; }
a { background-color: rgb(153,63,163); }
div.DivClassName
{
background-color: #993FA3;
}
.BgClassName
{
background-color: #993FA3;
}
</style>
border-color css
<style>
span { border-color: #993FA3; }
span { border-color: rgb(153,63,163); }
td.TdClassName
{
border-color: #993FA3;
}
.TagClassName
{
border-color: #993FA3;
}
</style>