Shades of Medium Purple #9274EE
Tints of Medium Purple #9274EE
RGB
CMYK
RGB Variations
Color information
#9274EE (or 0x9274EE) is known color: Medium Purple. HEX triplet: 92, 74 and EE. RGB value is (146,116,238). Sum of RGB (Red+Green+Blue) = 146+116+238=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #9274EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274EE is #6D8B11. Grayscale: #8A8A8A. Windows color (decimal): -7179026 or 15627410. OLE color: 15627410.
HSL color Cylindrical-coordinate representation of color #9274EE: hue angle of 254.75º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9274EE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 116 | 238 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.07 |
| HSL | 254.75º | 0.78% | 0.69% | - |
| HSV(B) | 254.75º | 0.51% | 0.93% | - |
| XYZ | 33.53 | 24.77 | 83.9 | - |
| YUV | 138.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 238 | 0.39 | 0.51 | 0 | 0.07 | 254.75 | 0.78 | 0.69 |
| Hex | 92 | 74 | EE | 27 | 33 | 0 | 7 | FF | 4E | 45 |
| Octal | 222 | 164 | 356 | 47 | 63 | 0 | 7 | 377 | 116 | 105 |
| Binary | 10010010 | 1110100 | 11101110 | 100111 | 110011 | 0 | 111 | 11111111 | 1001110 | 1000101 |
Color Harmonies of #9274EE
Complementary color
Monochromatic Colors of #9274EE
Black with #9274EE
Text Example
Text Example
White with #9274EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274EE; }
p { color: rgb(146,116,238); }
H1.HeaderClassName
{
color: #9274EE;
}
.AnyTagClassName
{
color: #9274EE;
}
</style>
background-color css
<style>
a { background-color: #9274EE; }
a { background-color: rgb(146,116,238); }
div.DivClassName
{
background-color: #9274EE;
}
.BgClassName
{
background-color: #9274EE;
}
</style>
border-color css
<style>
span { border-color: #9274EE; }
span { border-color: rgb(146,116,238); }
td.TdClassName
{
border-color: #9274EE;
}
.TagClassName
{
border-color: #9274EE;
}
</style>