Shades of Medium Purple #9274DA
Tints of Medium Purple #9274DA
RGB
CMYK
RGB Variations
Color information
#9274DA (or 0x9274DA) is known color: Medium Purple. HEX triplet: 92, 74 and DA. RGB value is (146,116,218). Sum of RGB (Red+Green+Blue) = 146+116+218=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #9274DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9274DA is #6D8B25. Grayscale: #888888. Windows color (decimal): -7179046 or 14316690. OLE color: 14316690.
HSL color Cylindrical-coordinate representation of color #9274DA: hue angle of 257.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9274DA is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 116 | 218 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.15 |
| HSL | 257.65º | 0.58% | 0.65% | - |
| HSV(B) | 257.65º | 0.47% | 0.85% | - |
| XYZ | 30.75 | 23.66 | 69.28 | - |
| YUV | 136.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 218 | 0.33 | 0.47 | 0 | 0.15 | 257.65 | 0.58 | 0.65 |
| Hex | 92 | 74 | DA | 21 | 2F | 0 | F | 102 | 3A | 41 |
| Octal | 222 | 164 | 332 | 41 | 57 | 0 | 17 | 402 | 72 | 101 |
| Binary | 10010010 | 1110100 | 11011010 | 100001 | 101111 | 0 | 1111 | 100000010 | 111010 | 1000001 |
Color Harmonies of #9274DA
Complementary color
Monochromatic Colors of #9274DA
Black with #9274DA
Text Example
Text Example
White with #9274DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274DA; }
p { color: rgb(146,116,218); }
H1.HeaderClassName
{
color: #9274DA;
}
.AnyTagClassName
{
color: #9274DA;
}
</style>
background-color css
<style>
a { background-color: #9274DA; }
a { background-color: rgb(146,116,218); }
div.DivClassName
{
background-color: #9274DA;
}
.BgClassName
{
background-color: #9274DA;
}
</style>
border-color css
<style>
span { border-color: #9274DA; }
span { border-color: rgb(146,116,218); }
td.TdClassName
{
border-color: #9274DA;
}
.TagClassName
{
border-color: #9274DA;
}
</style>