Shades of Medium Purple #9569E5
Tints of Medium Purple #9569E5
RGB
CMYK
RGB Variations
Color information
#9569E5 (or 0x9569E5) is known color: Medium Purple. HEX triplet: 95, 69 and E5. RGB value is (149,105,229). Sum of RGB (Red+Green+Blue) = 149+105+229=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #9569E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569E5 is #6A961A. Grayscale: #838383. Windows color (decimal): -6985243 or 15034773. OLE color: 15034773.
HSL color Cylindrical-coordinate representation of color #9569E5: hue angle of 261.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9569E5 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 105 | 229 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.10 |
| HSL | 261.29º | 0.7% | 0.65% | - |
| HSV(B) | 261.29º | 0.54% | 0.9% | - |
| XYZ | 31.59 | 22.15 | 76.74 | - |
| YUV | 132.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 229 | 0.35 | 0.54 | 0 | 0.10 | 261.29 | 0.7 | 0.65 |
| Hex | 95 | 69 | E5 | 23 | 36 | 0 | A | 105 | 46 | 41 |
| Octal | 225 | 151 | 345 | 43 | 66 | 0 | 12 | 405 | 106 | 101 |
| Binary | 10010101 | 1101001 | 11100101 | 100011 | 110110 | 0 | 1010 | 100000101 | 1000110 | 1000001 |
Color Harmonies of #9569E5
Complementary color
Monochromatic Colors of #9569E5
Black with #9569E5
Text Example
Text Example
White with #9569E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569E5; }
p { color: rgb(149,105,229); }
H1.HeaderClassName
{
color: #9569E5;
}
.AnyTagClassName
{
color: #9569E5;
}
</style>
background-color css
<style>
a { background-color: #9569E5; }
a { background-color: rgb(149,105,229); }
div.DivClassName
{
background-color: #9569E5;
}
.BgClassName
{
background-color: #9569E5;
}
</style>
border-color css
<style>
span { border-color: #9569E5; }
span { border-color: rgb(149,105,229); }
td.TdClassName
{
border-color: #9569E5;
}
.TagClassName
{
border-color: #9569E5;
}
</style>