Shades of Medium Purple #9275DD
Tints of Medium Purple #9275DD
RGB
CMYK
RGB Variations
Color information
#9275DD (or 0x9275DD) is known color: Medium Purple. HEX triplet: 92, 75 and DD. RGB value is (146,117,221). Sum of RGB (Red+Green+Blue) = 146+117+221=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #9275DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275DD is #6D8A22. Grayscale: #898989. Windows color (decimal): -7178787 or 14513554. OLE color: 14513554.
HSL color Cylindrical-coordinate representation of color #9275DD: hue angle of 256.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9275DD is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 117 | 221 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.13 |
| HSL | 256.73º | 0.6% | 0.66% | - |
| HSV(B) | 256.73º | 0.47% | 0.87% | - |
| XYZ | 31.27 | 24.05 | 71.4 | - |
| YUV | 137.53 | 175.11 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 221 | 0.34 | 0.47 | 0 | 0.13 | 256.73 | 0.6 | 0.66 |
| Hex | 92 | 75 | DD | 22 | 2F | 0 | D | 101 | 3C | 42 |
| Octal | 222 | 165 | 335 | 42 | 57 | 0 | 15 | 401 | 74 | 102 |
| Binary | 10010010 | 1110101 | 11011101 | 100010 | 101111 | 0 | 1101 | 100000001 | 111100 | 1000010 |
Color Harmonies of #9275DD
Complementary color
Monochromatic Colors of #9275DD
Black with #9275DD
Text Example
Text Example
White with #9275DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275DD; }
p { color: rgb(146,117,221); }
H1.HeaderClassName
{
color: #9275DD;
}
.AnyTagClassName
{
color: #9275DD;
}
</style>
background-color css
<style>
a { background-color: #9275DD; }
a { background-color: rgb(146,117,221); }
div.DivClassName
{
background-color: #9275DD;
}
.BgClassName
{
background-color: #9275DD;
}
</style>
border-color css
<style>
span { border-color: #9275DD; }
span { border-color: rgb(146,117,221); }
td.TdClassName
{
border-color: #9275DD;
}
.TagClassName
{
border-color: #9275DD;
}
</style>