Shades of Medium Purple #9569EF
Tints of Medium Purple #9569EF
RGB
CMYK
RGB Variations
Color information
#9569EF (or 0x9569EF) is known color: Medium Purple. HEX triplet: 95, 69 and EF. RGB value is (149,105,239). Sum of RGB (Red+Green+Blue) = 149+105+239=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #9569EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9569EF is #6A9610. Grayscale: #848484. Windows color (decimal): -6985233 or 15690133. OLE color: 15690133.
HSL color Cylindrical-coordinate representation of color #9569EF: hue angle of 259.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9569EF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 105 | 239 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.06 |
| HSL | 259.7º | 0.81% | 0.67% | - |
| HSV(B) | 259.7º | 0.56% | 0.94% | - |
| XYZ | 33.03 | 22.72 | 84.31 | - |
| YUV | 133.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 239 | 0.38 | 0.56 | 0 | 0.06 | 259.7 | 0.81 | 0.67 |
| Hex | 95 | 69 | EF | 26 | 38 | 0 | 6 | 104 | 51 | 43 |
| Octal | 225 | 151 | 357 | 46 | 70 | 0 | 6 | 404 | 121 | 103 |
| Binary | 10010101 | 1101001 | 11101111 | 100110 | 111000 | 0 | 110 | 100000100 | 1010001 | 1000011 |
Color Harmonies of #9569EF
Complementary color
Monochromatic Colors of #9569EF
Black with #9569EF
Text Example
Text Example
White with #9569EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569EF; }
p { color: rgb(149,105,239); }
H1.HeaderClassName
{
color: #9569EF;
}
.AnyTagClassName
{
color: #9569EF;
}
</style>
background-color css
<style>
a { background-color: #9569EF; }
a { background-color: rgb(149,105,239); }
div.DivClassName
{
background-color: #9569EF;
}
.BgClassName
{
background-color: #9569EF;
}
</style>
border-color css
<style>
span { border-color: #9569EF; }
span { border-color: rgb(149,105,239); }
td.TdClassName
{
border-color: #9569EF;
}
.TagClassName
{
border-color: #9569EF;
}
</style>