Shades of Medium Red Violet #99417D
Tints of Medium Red Violet #99417D
RGB
CMYK
RGB Variations
Color information
#99417D (or 0x99417D) is known color: Medium Red Violet. HEX triplet: 99, 41 and 7D. RGB value is (153,65,125). Sum of RGB (Red+Green+Blue) = 153+65+125=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99417D is #66BE82. Grayscale: #626262. Windows color (decimal): -6733443 or 8208793. OLE color: 8208793.
HSL color Cylindrical-coordinate representation of color #99417D: hue angle of 319.09º degrees, saturation: 0.4, 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 #99417D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 125 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.4 |
| HSL | 319.09º | 0.4% | 0.43% | - |
| HSV(B) | 319.09º | 0.58% | 0.6% | - |
| XYZ | 18.73 | 12.03 | 20.74 | - |
| YUV | 98.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 125 | 0 | 0.58 | 0.18 | 0.4 | 319.09 | 0.4 | 0.43 |
| Hex | 99 | 41 | 7D | 0 | 3A | 12 | 28 | 13F | 28 | 2B |
| Octal | 231 | 101 | 175 | 0 | 72 | 22 | 50 | 477 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1111101 | 0 | 111010 | 10010 | 101000 | 100111111 | 101000 | 101011 |
Color Harmonies of #99417D
Complementary color
Monochromatic Colors of #99417D
Black with #99417D
Text Example
Text Example
White with #99417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99417D; }
p { color: rgb(153,65,125); }
H1.HeaderClassName
{
color: #99417D;
}
.AnyTagClassName
{
color: #99417D;
}
</style>
background-color css
<style>
a { background-color: #99417D; }
a { background-color: rgb(153,65,125); }
div.DivClassName
{
background-color: #99417D;
}
.BgClassName
{
background-color: #99417D;
}
</style>
border-color css
<style>
span { border-color: #99417D; }
span { border-color: rgb(153,65,125); }
td.TdClassName
{
border-color: #99417D;
}
.TagClassName
{
border-color: #99417D;
}
</style>