Shades of Vivid Violet #993F90
Tints of Vivid Violet #993F90
RGB
CMYK
RGB Variations
Color information
#993F90 (or 0x993F90) is known color: Vivid Violet. HEX triplet: 99, 3F and 90. RGB value is (153,63,144). Sum of RGB (Red+Green+Blue) = 153+63+144=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #993F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F90 is #66C06F. Grayscale: #626262. Windows color (decimal): -6733936 or 9453465. OLE color: 9453465.
HSL color Cylindrical-coordinate representation of color #993F90: hue angle of 306º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F90 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 144 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.4 |
| HSL | 306º | 0.42% | 0.42% | - |
| HSV(B) | 306º | 0.59% | 0.6% | - |
| XYZ | 19.95 | 12.34 | 27.72 | - |
| YUV | 99.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 144 | 0 | 0.59 | 0.06 | 0.4 | 306 | 0.42 | 0.42 |
| Hex | 99 | 3F | 90 | 0 | 3B | 6 | 28 | 132 | 2A | 2A |
| Octal | 231 | 77 | 220 | 0 | 73 | 6 | 50 | 462 | 52 | 52 |
| Binary | 10011001 | 111111 | 10010000 | 0 | 111011 | 110 | 101000 | 100110010 | 101010 | 101010 |
Color Harmonies of #993F90
Complementary color
Monochromatic Colors of #993F90
Black with #993F90
Text Example
Text Example
White with #993F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F90; }
p { color: rgb(153,63,144); }
H1.HeaderClassName
{
color: #993F90;
}
.AnyTagClassName
{
color: #993F90;
}
</style>
background-color css
<style>
a { background-color: #993F90; }
a { background-color: rgb(153,63,144); }
div.DivClassName
{
background-color: #993F90;
}
.BgClassName
{
background-color: #993F90;
}
</style>
border-color css
<style>
span { border-color: #993F90; }
span { border-color: rgb(153,63,144); }
td.TdClassName
{
border-color: #993F90;
}
.TagClassName
{
border-color: #993F90;
}
</style>