Shades of Medium Purple #9568EF
Tints of Medium Purple #9568EF
RGB
CMYK
RGB Variations
Color information
#9568EF (or 0x9568EF) is known color: Medium Purple. HEX triplet: 95, 68 and EF. RGB value is (149,104,239). Sum of RGB (Red+Green+Blue) = 149+104+239=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #9568EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568EF is #6A9710. Grayscale: #848484. Windows color (decimal): -6985489 or 15689877. OLE color: 15689877.
HSL color Cylindrical-coordinate representation of color #9568EF: hue angle of 260º 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 #9568EF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 104 | 239 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.06 |
| HSL | 260º | 0.81% | 0.67% | - |
| HSV(B) | 260º | 0.56% | 0.94% | - |
| XYZ | 32.92 | 22.52 | 84.27 | - |
| YUV | 132.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 239 | 0.38 | 0.56 | 0 | 0.06 | 260 | 0.81 | 0.67 |
| Hex | 95 | 68 | EF | 26 | 38 | 0 | 6 | 104 | 51 | 43 |
| Octal | 225 | 150 | 357 | 46 | 70 | 0 | 6 | 404 | 121 | 103 |
| Binary | 10010101 | 1101000 | 11101111 | 100110 | 111000 | 0 | 110 | 100000100 | 1010001 | 1000011 |
Color Harmonies of #9568EF
Complementary color
Monochromatic Colors of #9568EF
Black with #9568EF
Text Example
Text Example
White with #9568EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568EF; }
p { color: rgb(149,104,239); }
H1.HeaderClassName
{
color: #9568EF;
}
.AnyTagClassName
{
color: #9568EF;
}
</style>
background-color css
<style>
a { background-color: #9568EF; }
a { background-color: rgb(149,104,239); }
div.DivClassName
{
background-color: #9568EF;
}
.BgClassName
{
background-color: #9568EF;
}
</style>
border-color css
<style>
span { border-color: #9568EF; }
span { border-color: rgb(149,104,239); }
td.TdClassName
{
border-color: #9568EF;
}
.TagClassName
{
border-color: #9568EF;
}
</style>