Shades of Vivid Violet #993898
Tints of Vivid Violet #993898
RGB
CMYK
RGB Variations
Color information
#993898 (or 0x993898) is known color: Vivid Violet. HEX triplet: 99, 38 and 98. RGB value is (153,56,152). Sum of RGB (Red+Green+Blue) = 153+56+152=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #993898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993898 is #66C767. Grayscale: #5F5F5F. Windows color (decimal): -6735720 or 9975961. OLE color: 9975961.
HSL color Cylindrical-coordinate representation of color #993898: hue angle of 300.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 #993898 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 152 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.4 |
| HSL | 300.62º | 0.46% | 0.41% | - |
| HSV(B) | 300.62º | 0.63% | 0.6% | - |
| XYZ | 20.22 | 11.87 | 30.93 | - |
| YUV | 95.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 152 | 0 | 0.63 | 0.01 | 0.4 | 300.62 | 0.46 | 0.41 |
| Hex | 99 | 38 | 98 | 0 | 3F | 1 | 28 | 12D | 2E | 29 |
| Octal | 231 | 70 | 230 | 0 | 77 | 1 | 50 | 455 | 56 | 51 |
| Binary | 10011001 | 111000 | 10011000 | 0 | 111111 | 1 | 101000 | 100101101 | 101110 | 101001 |
Color Harmonies of #993898
Complementary color
Monochromatic Colors of #993898
Black with #993898
Text Example
Text Example
White with #993898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993898; }
p { color: rgb(153,56,152); }
H1.HeaderClassName
{
color: #993898;
}
.AnyTagClassName
{
color: #993898;
}
</style>
background-color css
<style>
a { background-color: #993898; }
a { background-color: rgb(153,56,152); }
div.DivClassName
{
background-color: #993898;
}
.BgClassName
{
background-color: #993898;
}
</style>
border-color css
<style>
span { border-color: #993898; }
span { border-color: rgb(153,56,152); }
td.TdClassName
{
border-color: #993898;
}
.TagClassName
{
border-color: #993898;
}
</style>