Shades of Vivid Violet #99408D
Tints of Vivid Violet #99408D
RGB
CMYK
RGB Variations
Color information
#99408D (or 0x99408D) is known color: Vivid Violet. HEX triplet: 99, 40 and 8D. RGB value is (153,64,141). Sum of RGB (Red+Green+Blue) = 153+64+141=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #99408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99408D is #66BF72. Grayscale: #636363. Windows color (decimal): -6733683 or 9257113. OLE color: 9257113.
HSL color Cylindrical-coordinate representation of color #99408D: hue angle of 308.09º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99408D is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 141 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.4 |
| HSL | 308.09º | 0.41% | 0.43% | - |
| HSV(B) | 308.09º | 0.58% | 0.6% | - |
| XYZ | 19.78 | 12.36 | 26.54 | - |
| YUV | 99.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 141 | 0 | 0.58 | 0.08 | 0.4 | 308.09 | 0.41 | 0.43 |
| Hex | 99 | 40 | 8D | 0 | 3A | 8 | 28 | 134 | 29 | 2B |
| Octal | 231 | 100 | 215 | 0 | 72 | 10 | 50 | 464 | 51 | 53 |
| Binary | 10011001 | 1000000 | 10001101 | 0 | 111010 | 1000 | 101000 | 100110100 | 101001 | 101011 |
Color Harmonies of #99408D
Complementary color
Monochromatic Colors of #99408D
Black with #99408D
Text Example
Text Example
White with #99408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99408D; }
p { color: rgb(153,64,141); }
H1.HeaderClassName
{
color: #99408D;
}
.AnyTagClassName
{
color: #99408D;
}
</style>
background-color css
<style>
a { background-color: #99408D; }
a { background-color: rgb(153,64,141); }
div.DivClassName
{
background-color: #99408D;
}
.BgClassName
{
background-color: #99408D;
}
</style>
border-color css
<style>
span { border-color: #99408D; }
span { border-color: rgb(153,64,141); }
td.TdClassName
{
border-color: #99408D;
}
.TagClassName
{
border-color: #99408D;
}
</style>