Shades of Medium Red Violet #9A447F
Tints of Medium Red Violet #9A447F
RGB
CMYK
RGB Variations
Color information
#9A447F (or 0x9A447F) is known color: Medium Red Violet. HEX triplet: 9A, 44 and 7F. RGB value is (154,68,127). Sum of RGB (Red+Green+Blue) = 154+68+127=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A447F is #65BB80. Grayscale: #646464. Windows color (decimal): -6667137 or 8340634. OLE color: 8340634.
HSL color Cylindrical-coordinate representation of color #9A447F: hue angle of 318.84º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A447F is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 68 | 127 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.40 |
| HSL | 318.84º | 0.39% | 0.44% | - |
| HSV(B) | 318.84º | 0.56% | 0.6% | - |
| XYZ | 19.22 | 12.54 | 21.49 | - |
| YUV | 100.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 68 | 127 | 0 | 0.56 | 0.18 | 0.40 | 318.84 | 0.39 | 0.44 |
| Hex | 9A | 44 | 7F | 0 | 38 | 12 | 28 | 13F | 27 | 2C |
| Octal | 232 | 104 | 177 | 0 | 70 | 22 | 50 | 477 | 47 | 54 |
| Binary | 10011010 | 1000100 | 1111111 | 0 | 111000 | 10010 | 101000 | 100111111 | 100111 | 101100 |
Color Harmonies of #9A447F
Complementary color
Monochromatic Colors of #9A447F
Black with #9A447F
Text Example
Text Example
White with #9A447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A447F; }
p { color: rgb(154,68,127); }
H1.HeaderClassName
{
color: #9A447F;
}
.AnyTagClassName
{
color: #9A447F;
}
</style>
background-color css
<style>
a { background-color: #9A447F; }
a { background-color: rgb(154,68,127); }
div.DivClassName
{
background-color: #9A447F;
}
.BgClassName
{
background-color: #9A447F;
}
</style>
border-color css
<style>
span { border-color: #9A447F; }
span { border-color: rgb(154,68,127); }
td.TdClassName
{
border-color: #9A447F;
}
.TagClassName
{
border-color: #9A447F;
}
</style>