Shades of Medium Purple #9569E7
Tints of Medium Purple #9569E7
RGB
CMYK
RGB Variations
Color information
#9569E7 (or 0x9569E7) is known color: Medium Purple. HEX triplet: 95, 69 and E7. RGB value is (149,105,231). Sum of RGB (Red+Green+Blue) = 149+105+231=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #9569E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9569E7 is #6A9618. Grayscale: #848484. Windows color (decimal): -6985241 or 15165845. OLE color: 15165845.
HSL color Cylindrical-coordinate representation of color #9569E7: hue angle of 260.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9569E7 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 105 | 231 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.09 |
| HSL | 260.95º | 0.72% | 0.66% | - |
| HSV(B) | 260.95º | 0.55% | 0.91% | - |
| XYZ | 31.87 | 22.26 | 78.22 | - |
| YUV | 132.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 231 | 0.35 | 0.55 | 0 | 0.09 | 260.95 | 0.72 | 0.66 |
| Hex | 95 | 69 | E7 | 23 | 37 | 0 | 9 | 105 | 48 | 42 |
| Octal | 225 | 151 | 347 | 43 | 67 | 0 | 11 | 405 | 110 | 102 |
| Binary | 10010101 | 1101001 | 11100111 | 100011 | 110111 | 0 | 1001 | 100000101 | 1001000 | 1000010 |
Color Harmonies of #9569E7
Complementary color
Monochromatic Colors of #9569E7
Black with #9569E7
Text Example
Text Example
White with #9569E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569E7; }
p { color: rgb(149,105,231); }
H1.HeaderClassName
{
color: #9569E7;
}
.AnyTagClassName
{
color: #9569E7;
}
</style>
background-color css
<style>
a { background-color: #9569E7; }
a { background-color: rgb(149,105,231); }
div.DivClassName
{
background-color: #9569E7;
}
.BgClassName
{
background-color: #9569E7;
}
</style>
border-color css
<style>
span { border-color: #9569E7; }
span { border-color: rgb(149,105,231); }
td.TdClassName
{
border-color: #9569E7;
}
.TagClassName
{
border-color: #9569E7;
}
</style>