Shades of Vivid Violet #993899
Tints of Vivid Violet #993899
RGB
CMYK
RGB Variations
Color information
#993899 (or 0x993899) is known color: Vivid Violet. HEX triplet: 99, 38 and 99. RGB value is (153,56,153). Sum of RGB (Red+Green+Blue) = 153+56+153=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993899 is #66C766. Grayscale: #5F5F5F. Windows color (decimal): -6735719 or 10041497. OLE color: 10041497.
HSL color Cylindrical-coordinate representation of color #993899: hue angle of 300º 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 #993899 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 153 | - |
| CMYK | 0 | 0.63 | 0 | 0.4 |
| HSL | 300º | 0.46% | 0.41% | - |
| HSV(B) | 300º | 0.63% | 0.6% | - |
| XYZ | 20.3 | 11.9 | 31.36 | - |
| YUV | 96.06 | 160.14 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 153 | 0 | 0.63 | 0 | 0.4 | 300 | 0.46 | 0.41 |
| Hex | 99 | 38 | 99 | 0 | 3F | 0 | 28 | 12C | 2E | 29 |
| Octal | 231 | 70 | 231 | 0 | 77 | 0 | 50 | 454 | 56 | 51 |
| Binary | 10011001 | 111000 | 10011001 | 0 | 111111 | 0 | 101000 | 100101100 | 101110 | 101001 |
Color Harmonies of #993899
Complementary color
Monochromatic Colors of #993899
Black with #993899
Text Example
Text Example
White with #993899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993899; }
p { color: rgb(153,56,153); }
H1.HeaderClassName
{
color: #993899;
}
.AnyTagClassName
{
color: #993899;
}
</style>
background-color css
<style>
a { background-color: #993899; }
a { background-color: rgb(153,56,153); }
div.DivClassName
{
background-color: #993899;
}
.BgClassName
{
background-color: #993899;
}
</style>
border-color css
<style>
span { border-color: #993899; }
span { border-color: rgb(153,56,153); }
td.TdClassName
{
border-color: #993899;
}
.TagClassName
{
border-color: #993899;
}
</style>