Shades of Medium Purple #9D67E0
Tints of Medium Purple #9D67E0
RGB
CMYK
RGB Variations
Color information
#9D67E0 (or 0x9D67E0) is known color: Medium Purple. HEX triplet: 9D, 67 and E0. RGB value is (157,103,224). Sum of RGB (Red+Green+Blue) = 157+103+224=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D67E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D67E0 is #62981F. Grayscale: #848484. Windows color (decimal): -6461472 or 14706589. OLE color: 14706589.
HSL color Cylindrical-coordinate representation of color #9D67E0: hue angle of 266.78º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D67E0 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 103 | 224 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.12 |
| HSL | 266.78º | 0.66% | 0.64% | - |
| HSV(B) | 266.78º | 0.54% | 0.88% | - |
| XYZ | 32.21 | 22.25 | 73.12 | - |
| YUV | 132.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 224 | 0.30 | 0.54 | 0 | 0.12 | 266.78 | 0.66 | 0.64 |
| Hex | 9D | 67 | E0 | 1E | 36 | 0 | C | 10B | 42 | 40 |
| Octal | 235 | 147 | 340 | 36 | 66 | 0 | 14 | 413 | 102 | 100 |
| Binary | 10011101 | 1100111 | 11100000 | 11110 | 110110 | 0 | 1100 | 100001011 | 1000010 | 1000000 |
Color Harmonies of #9D67E0
Complementary color
Monochromatic Colors of #9D67E0
Black with #9D67E0
Text Example
Text Example
White with #9D67E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D67E0; }
p { color: rgb(157,103,224); }
H1.HeaderClassName
{
color: #9D67E0;
}
.AnyTagClassName
{
color: #9D67E0;
}
</style>
background-color css
<style>
a { background-color: #9D67E0; }
a { background-color: rgb(157,103,224); }
div.DivClassName
{
background-color: #9D67E0;
}
.BgClassName
{
background-color: #9D67E0;
}
</style>
border-color css
<style>
span { border-color: #9D67E0; }
span { border-color: rgb(157,103,224); }
td.TdClassName
{
border-color: #9D67E0;
}
.TagClassName
{
border-color: #9D67E0;
}
</style>