Shades of Medium Purple #9275E4
Tints of Medium Purple #9275E4
RGB
CMYK
RGB Variations
Color information
#9275E4 (or 0x9275E4) is known color: Medium Purple. HEX triplet: 92, 75 and E4. RGB value is (146,117,228). Sum of RGB (Red+Green+Blue) = 146+117+228=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 228 - color contains mainly: blue. Hex color #9275E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275E4 is #6D8A1B. Grayscale: #898989. Windows color (decimal): -7178780 or 14972306. OLE color: 14972306.
HSL color Cylindrical-coordinate representation of color #9275E4: hue angle of 255.68º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9275E4 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 117 | 228 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.11 |
| HSL | 255.68º | 0.67% | 0.68% | - |
| HSV(B) | 255.68º | 0.49% | 0.89% | - |
| XYZ | 32.22 | 24.44 | 76.42 | - |
| YUV | 138.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 228 | 0.36 | 0.49 | 0 | 0.11 | 255.68 | 0.67 | 0.68 |
| Hex | 92 | 75 | E4 | 24 | 31 | 0 | B | 100 | 43 | 44 |
| Octal | 222 | 165 | 344 | 44 | 61 | 0 | 13 | 400 | 103 | 104 |
| Binary | 10010010 | 1110101 | 11100100 | 100100 | 110001 | 0 | 1011 | 100000000 | 1000011 | 1000100 |
Color Harmonies of #9275E4
Complementary color
Monochromatic Colors of #9275E4
Black with #9275E4
Text Example
Text Example
White with #9275E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275E4; }
p { color: rgb(146,117,228); }
H1.HeaderClassName
{
color: #9275E4;
}
.AnyTagClassName
{
color: #9275E4;
}
</style>
background-color css
<style>
a { background-color: #9275E4; }
a { background-color: rgb(146,117,228); }
div.DivClassName
{
background-color: #9275E4;
}
.BgClassName
{
background-color: #9275E4;
}
</style>
border-color css
<style>
span { border-color: #9275E4; }
span { border-color: rgb(146,117,228); }
td.TdClassName
{
border-color: #9275E4;
}
.TagClassName
{
border-color: #9275E4;
}
</style>