Shades of Medium Purple #9569E6
Tints of Medium Purple #9569E6
RGB
CMYK
RGB Variations
Color information
#9569E6 (or 0x9569E6) is known color: Medium Purple. HEX triplet: 95, 69 and E6. RGB value is (149,105,230). Sum of RGB (Red+Green+Blue) = 149+105+230=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #9569E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9569E6 is #6A9619. Grayscale: #838383. Windows color (decimal): -6985242 or 15100309. OLE color: 15100309.
HSL color Cylindrical-coordinate representation of color #9569E6: hue angle of 261.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9569E6 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 105 | 230 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.10 |
| HSL | 261.12º | 0.71% | 0.66% | - |
| HSV(B) | 261.12º | 0.54% | 0.9% | - |
| XYZ | 31.73 | 22.21 | 77.48 | - |
| YUV | 132.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 230 | 0.35 | 0.54 | 0 | 0.10 | 261.12 | 0.71 | 0.66 |
| Hex | 95 | 69 | E6 | 23 | 36 | 0 | A | 105 | 47 | 42 |
| Octal | 225 | 151 | 346 | 43 | 66 | 0 | 12 | 405 | 107 | 102 |
| Binary | 10010101 | 1101001 | 11100110 | 100011 | 110110 | 0 | 1010 | 100000101 | 1000111 | 1000010 |
Color Harmonies of #9569E6
Complementary color
Monochromatic Colors of #9569E6
Black with #9569E6
Text Example
Text Example
White with #9569E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569E6; }
p { color: rgb(149,105,230); }
H1.HeaderClassName
{
color: #9569E6;
}
.AnyTagClassName
{
color: #9569E6;
}
</style>
background-color css
<style>
a { background-color: #9569E6; }
a { background-color: rgb(149,105,230); }
div.DivClassName
{
background-color: #9569E6;
}
.BgClassName
{
background-color: #9569E6;
}
</style>
border-color css
<style>
span { border-color: #9569E6; }
span { border-color: rgb(149,105,230); }
td.TdClassName
{
border-color: #9569E6;
}
.TagClassName
{
border-color: #9569E6;
}
</style>