Shades of Medium Purple #9569E0
Tints of Medium Purple #9569E0
RGB
CMYK
RGB Variations
Color information
#9569E0 (or 0x9569E0) is known color: Medium Purple. HEX triplet: 95, 69 and E0. RGB value is (149,105,224). Sum of RGB (Red+Green+Blue) = 149+105+224=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #9569E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569E0 is #6A961F. Grayscale: #838383. Windows color (decimal): -6985248 or 14707093. OLE color: 14707093.
HSL color Cylindrical-coordinate representation of color #9569E0: hue angle of 262.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9569E0 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 105 | 224 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.12 |
| HSL | 262.18º | 0.66% | 0.65% | - |
| HSV(B) | 262.18º | 0.53% | 0.88% | - |
| XYZ | 30.9 | 21.87 | 73.11 | - |
| YUV | 131.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 224 | 0.33 | 0.53 | 0 | 0.12 | 262.18 | 0.66 | 0.65 |
| Hex | 95 | 69 | E0 | 21 | 35 | 0 | C | 106 | 42 | 41 |
| Octal | 225 | 151 | 340 | 41 | 65 | 0 | 14 | 406 | 102 | 101 |
| Binary | 10010101 | 1101001 | 11100000 | 100001 | 110101 | 0 | 1100 | 100000110 | 1000010 | 1000001 |
Color Harmonies of #9569E0
Complementary color
Monochromatic Colors of #9569E0
Black with #9569E0
Text Example
Text Example
White with #9569E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569E0; }
p { color: rgb(149,105,224); }
H1.HeaderClassName
{
color: #9569E0;
}
.AnyTagClassName
{
color: #9569E0;
}
</style>
background-color css
<style>
a { background-color: #9569E0; }
a { background-color: rgb(149,105,224); }
div.DivClassName
{
background-color: #9569E0;
}
.BgClassName
{
background-color: #9569E0;
}
</style>
border-color css
<style>
span { border-color: #9569E0; }
span { border-color: rgb(149,105,224); }
td.TdClassName
{
border-color: #9569E0;
}
.TagClassName
{
border-color: #9569E0;
}
</style>