Shades of Medium Purple #9574F0
Tints of Medium Purple #9574F0
RGB
CMYK
RGB Variations
Color information
#9574F0 (or 0x9574F0) is known color: Medium Purple. HEX triplet: 95, 74 and F0. RGB value is (149,116,240). Sum of RGB (Red+Green+Blue) = 149+116+240=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #9574F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9574F0 is #6A8B0F. Grayscale: #8B8B8B. Windows color (decimal): -6982416 or 15758485. OLE color: 15758485.
HSL color Cylindrical-coordinate representation of color #9574F0: hue angle of 255.97º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9574F0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 116 | 240 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.06 |
| HSL | 255.97º | 0.81% | 0.7% | - |
| HSV(B) | 255.97º | 0.52% | 0.94% | - |
| XYZ | 34.37 | 25.17 | 85.49 | - |
| YUV | 140 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 240 | 0.38 | 0.52 | 0 | 0.06 | 255.97 | 0.81 | 0.7 |
| Hex | 95 | 74 | F0 | 26 | 34 | 0 | 6 | 100 | 51 | 46 |
| Octal | 225 | 164 | 360 | 46 | 64 | 0 | 6 | 400 | 121 | 106 |
| Binary | 10010101 | 1110100 | 11110000 | 100110 | 110100 | 0 | 110 | 100000000 | 1010001 | 1000110 |
Color Harmonies of #9574F0
Complementary color
Monochromatic Colors of #9574F0
Black with #9574F0
Text Example
Text Example
White with #9574F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9574F0; }
p { color: rgb(149,116,240); }
H1.HeaderClassName
{
color: #9574F0;
}
.AnyTagClassName
{
color: #9574F0;
}
</style>
background-color css
<style>
a { background-color: #9574F0; }
a { background-color: rgb(149,116,240); }
div.DivClassName
{
background-color: #9574F0;
}
.BgClassName
{
background-color: #9574F0;
}
</style>
border-color css
<style>
span { border-color: #9574F0; }
span { border-color: rgb(149,116,240); }
td.TdClassName
{
border-color: #9574F0;
}
.TagClassName
{
border-color: #9574F0;
}
</style>