Shades of Medium Purple #9F74DC
Tints of Medium Purple #9F74DC
RGB
CMYK
RGB Variations
Color information
#9F74DC (or 0x9F74DC) is known color: Medium Purple. HEX triplet: 9F, 74 and DC. RGB value is (159,116,220). Sum of RGB (Red+Green+Blue) = 159+116+220=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F74DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F74DC is #608B23. Grayscale: #8C8C8C. Windows color (decimal): -6327076 or 14447775. OLE color: 14447775.
HSL color Cylindrical-coordinate representation of color #9F74DC: hue angle of 264.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F74DC is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 116 | 220 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.14 |
| HSL | 264.81º | 0.6% | 0.66% | - |
| HSV(B) | 264.81º | 0.47% | 0.86% | - |
| XYZ | 33.46 | 25.03 | 70.78 | - |
| YUV | 140.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 220 | 0.28 | 0.47 | 0 | 0.14 | 264.81 | 0.6 | 0.66 |
| Hex | 9F | 74 | DC | 1C | 2F | 0 | E | 109 | 3C | 42 |
| Octal | 237 | 164 | 334 | 34 | 57 | 0 | 16 | 411 | 74 | 102 |
| Binary | 10011111 | 1110100 | 11011100 | 11100 | 101111 | 0 | 1110 | 100001001 | 111100 | 1000010 |
Color Harmonies of #9F74DC
Complementary color
Monochromatic Colors of #9F74DC
Black with #9F74DC
Text Example
Text Example
White with #9F74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F74DC; }
p { color: rgb(159,116,220); }
H1.HeaderClassName
{
color: #9F74DC;
}
.AnyTagClassName
{
color: #9F74DC;
}
</style>
background-color css
<style>
a { background-color: #9F74DC; }
a { background-color: rgb(159,116,220); }
div.DivClassName
{
background-color: #9F74DC;
}
.BgClassName
{
background-color: #9F74DC;
}
</style>
border-color css
<style>
span { border-color: #9F74DC; }
span { border-color: rgb(159,116,220); }
td.TdClassName
{
border-color: #9F74DC;
}
.TagClassName
{
border-color: #9F74DC;
}
</style>