Shades of Vivid Violet #993990
Tints of Vivid Violet #993990
RGB
CMYK
RGB Variations
Color information
#993990 (or 0x993990) is known color: Vivid Violet. HEX triplet: 99, 39 and 90. RGB value is (153,57,144). Sum of RGB (Red+Green+Blue) = 153+57+144=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993990 is #66C66F. Grayscale: #5F5F5F. Windows color (decimal): -6735472 or 9451929. OLE color: 9451929.
HSL color Cylindrical-coordinate representation of color #993990: hue angle of 305.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993990 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 144 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.4 |
| HSL | 305.63º | 0.46% | 0.41% | - |
| HSV(B) | 305.63º | 0.63% | 0.6% | - |
| XYZ | 19.63 | 11.71 | 27.61 | - |
| YUV | 95.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 144 | 0 | 0.63 | 0.06 | 0.4 | 305.63 | 0.46 | 0.41 |
| Hex | 99 | 39 | 90 | 0 | 3F | 6 | 28 | 132 | 2E | 29 |
| Octal | 231 | 71 | 220 | 0 | 77 | 6 | 50 | 462 | 56 | 51 |
| Binary | 10011001 | 111001 | 10010000 | 0 | 111111 | 110 | 101000 | 100110010 | 101110 | 101001 |
Color Harmonies of #993990
Complementary color
Monochromatic Colors of #993990
Black with #993990
Text Example
Text Example
White with #993990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993990; }
p { color: rgb(153,57,144); }
H1.HeaderClassName
{
color: #993990;
}
.AnyTagClassName
{
color: #993990;
}
</style>
background-color css
<style>
a { background-color: #993990; }
a { background-color: rgb(153,57,144); }
div.DivClassName
{
background-color: #993990;
}
.BgClassName
{
background-color: #993990;
}
</style>
border-color css
<style>
span { border-color: #993990; }
span { border-color: rgb(153,57,144); }
td.TdClassName
{
border-color: #993990;
}
.TagClassName
{
border-color: #993990;
}
</style>