Shades of Medium Purple #9674E1
Tints of Medium Purple #9674E1
RGB
CMYK
RGB Variations
Color information
#9674E1 (or 0x9674E1) is known color: Medium Purple. HEX triplet: 96, 74 and E1. RGB value is (150,116,225). Sum of RGB (Red+Green+Blue) = 150+116+225=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #9674E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674E1 is #698B1E. Grayscale: #8A8A8A. Windows color (decimal): -6916895 or 14775446. OLE color: 14775446.
HSL color Cylindrical-coordinate representation of color #9674E1: hue angle of 258.72º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9674E1 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 116 | 225 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.12 |
| HSL | 258.72º | 0.64% | 0.67% | - |
| HSV(B) | 258.72º | 0.48% | 0.88% | - |
| XYZ | 32.41 | 24.41 | 74.24 | - |
| YUV | 138.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 225 | 0.33 | 0.48 | 0 | 0.12 | 258.72 | 0.64 | 0.67 |
| Hex | 96 | 74 | E1 | 21 | 30 | 0 | C | 103 | 40 | 43 |
| Octal | 226 | 164 | 341 | 41 | 60 | 0 | 14 | 403 | 100 | 103 |
| Binary | 10010110 | 1110100 | 11100001 | 100001 | 110000 | 0 | 1100 | 100000011 | 1000000 | 1000011 |
Color Harmonies of #9674E1
Complementary color
Monochromatic Colors of #9674E1
Black with #9674E1
Text Example
Text Example
White with #9674E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674E1; }
p { color: rgb(150,116,225); }
H1.HeaderClassName
{
color: #9674E1;
}
.AnyTagClassName
{
color: #9674E1;
}
</style>
background-color css
<style>
a { background-color: #9674E1; }
a { background-color: rgb(150,116,225); }
div.DivClassName
{
background-color: #9674E1;
}
.BgClassName
{
background-color: #9674E1;
}
</style>
border-color css
<style>
span { border-color: #9674E1; }
span { border-color: rgb(150,116,225); }
td.TdClassName
{
border-color: #9674E1;
}
.TagClassName
{
border-color: #9674E1;
}
</style>