Shades of Vivid Violet #993F93
Tints of Vivid Violet #993F93
RGB
CMYK
RGB Variations
Color information
#993F93 (or 0x993F93) is known color: Vivid Violet. HEX triplet: 99, 3F and 93. RGB value is (153,63,147). Sum of RGB (Red+Green+Blue) = 153+63+147=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #993F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F93 is #66C06C. Grayscale: #636363. Windows color (decimal): -6733933 or 9650073. OLE color: 9650073.
HSL color Cylindrical-coordinate representation of color #993F93: hue angle of 304º 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 #993F93 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 147 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.4 |
| HSL | 304º | 0.42% | 0.42% | - |
| HSV(B) | 304º | 0.59% | 0.6% | - |
| XYZ | 20.18 | 12.43 | 28.94 | - |
| YUV | 99.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 147 | 0 | 0.59 | 0.04 | 0.4 | 304 | 0.42 | 0.42 |
| Hex | 99 | 3F | 93 | 0 | 3B | 4 | 28 | 130 | 2A | 2A |
| Octal | 231 | 77 | 223 | 0 | 73 | 4 | 50 | 460 | 52 | 52 |
| Binary | 10011001 | 111111 | 10010011 | 0 | 111011 | 100 | 101000 | 100110000 | 101010 | 101010 |
Color Harmonies of #993F93
Complementary color
Monochromatic Colors of #993F93
Black with #993F93
Text Example
Text Example
White with #993F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F93; }
p { color: rgb(153,63,147); }
H1.HeaderClassName
{
color: #993F93;
}
.AnyTagClassName
{
color: #993F93;
}
</style>
background-color css
<style>
a { background-color: #993F93; }
a { background-color: rgb(153,63,147); }
div.DivClassName
{
background-color: #993F93;
}
.BgClassName
{
background-color: #993F93;
}
</style>
border-color css
<style>
span { border-color: #993F93; }
span { border-color: rgb(153,63,147); }
td.TdClassName
{
border-color: #993F93;
}
.TagClassName
{
border-color: #993F93;
}
</style>