Shades of Medium Red Violet #99417B
Tints of Medium Red Violet #99417B
RGB
CMYK
RGB Variations
Color information
#99417B (or 0x99417B) is known color: Medium Red Violet. HEX triplet: 99, 41 and 7B. RGB value is (153,65,123). Sum of RGB (Red+Green+Blue) = 153+65+123=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99417B is #66BE84. Grayscale: #616161. Windows color (decimal): -6733445 or 8077721. OLE color: 8077721.
HSL color Cylindrical-coordinate representation of color #99417B: hue angle of 320.45º 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 #99417B is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 123 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.4 |
| HSL | 320.45º | 0.4% | 0.43% | - |
| HSV(B) | 320.45º | 0.58% | 0.6% | - |
| XYZ | 18.6 | 11.98 | 20.07 | - |
| YUV | 97.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 123 | 0 | 0.58 | 0.20 | 0.4 | 320.45 | 0.4 | 0.43 |
| Hex | 99 | 41 | 7B | 0 | 3A | 14 | 28 | 140 | 28 | 2B |
| Octal | 231 | 101 | 173 | 0 | 72 | 24 | 50 | 500 | 50 | 53 |
| Binary | 10011001 | 1000001 | 1111011 | 0 | 111010 | 10100 | 101000 | 101000000 | 101000 | 101011 |
Color Harmonies of #99417B
Complementary color
Monochromatic Colors of #99417B
Black with #99417B
Text Example
Text Example
White with #99417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99417B; }
p { color: rgb(153,65,123); }
H1.HeaderClassName
{
color: #99417B;
}
.AnyTagClassName
{
color: #99417B;
}
</style>
background-color css
<style>
a { background-color: #99417B; }
a { background-color: rgb(153,65,123); }
div.DivClassName
{
background-color: #99417B;
}
.BgClassName
{
background-color: #99417B;
}
</style>
border-color css
<style>
span { border-color: #99417B; }
span { border-color: rgb(153,65,123); }
td.TdClassName
{
border-color: #99417B;
}
.TagClassName
{
border-color: #99417B;
}
</style>