Shades of Medium Purple #9372DD
Tints of Medium Purple #9372DD
RGB
CMYK
RGB Variations
Color information
#9372DD (or 0x9372DD) is known color: Medium Purple. HEX triplet: 93, 72 and DD. RGB value is (147,114,221). Sum of RGB (Red+Green+Blue) = 147+114+221=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9372DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372DD is #6C8D22. Grayscale: #878787. Windows color (decimal): -7114019 or 14512787. OLE color: 14512787.
HSL color Cylindrical-coordinate representation of color #9372DD: hue angle of 258.5º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9372DD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 114 | 221 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.13 |
| HSL | 258.5º | 0.61% | 0.66% | - |
| HSV(B) | 258.5º | 0.48% | 0.87% | - |
| XYZ | 31.1 | 23.46 | 71.3 | - |
| YUV | 136.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 221 | 0.33 | 0.48 | 0 | 0.13 | 258.5 | 0.61 | 0.66 |
| Hex | 93 | 72 | DD | 21 | 30 | 0 | D | 103 | 3D | 42 |
| Octal | 223 | 162 | 335 | 41 | 60 | 0 | 15 | 403 | 75 | 102 |
| Binary | 10010011 | 1110010 | 11011101 | 100001 | 110000 | 0 | 1101 | 100000011 | 111101 | 1000010 |
Color Harmonies of #9372DD
Complementary color
Monochromatic Colors of #9372DD
Black with #9372DD
Text Example
Text Example
White with #9372DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372DD; }
p { color: rgb(147,114,221); }
H1.HeaderClassName
{
color: #9372DD;
}
.AnyTagClassName
{
color: #9372DD;
}
</style>
background-color css
<style>
a { background-color: #9372DD; }
a { background-color: rgb(147,114,221); }
div.DivClassName
{
background-color: #9372DD;
}
.BgClassName
{
background-color: #9372DD;
}
</style>
border-color css
<style>
span { border-color: #9372DD; }
span { border-color: rgb(147,114,221); }
td.TdClassName
{
border-color: #9372DD;
}
.TagClassName
{
border-color: #9372DD;
}
</style>