Shades of Medium Purple #9568E8
Tints of Medium Purple #9568E8
RGB
CMYK
RGB Variations
Color information
#9568E8 (or 0x9568E8) is known color: Medium Purple. HEX triplet: 95, 68 and E8. RGB value is (149,104,232). Sum of RGB (Red+Green+Blue) = 149+104+232=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #9568E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9568E8 is #6A9717. Grayscale: #838383. Windows color (decimal): -6985496 or 15231125. OLE color: 15231125.
HSL color Cylindrical-coordinate representation of color #9568E8: hue angle of 261.09º degrees, saturation: 0.74, 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 #9568E8 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 104 | 232 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.09 |
| HSL | 261.09º | 0.74% | 0.66% | - |
| HSV(B) | 261.09º | 0.55% | 0.91% | - |
| XYZ | 31.91 | 22.12 | 78.93 | - |
| YUV | 132.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 232 | 0.36 | 0.55 | 0 | 0.09 | 261.09 | 0.74 | 0.66 |
| Hex | 95 | 68 | E8 | 24 | 37 | 0 | 9 | 105 | 4A | 42 |
| Octal | 225 | 150 | 350 | 44 | 67 | 0 | 11 | 405 | 112 | 102 |
| Binary | 10010101 | 1101000 | 11101000 | 100100 | 110111 | 0 | 1001 | 100000101 | 1001010 | 1000010 |
Color Harmonies of #9568E8
Complementary color
Monochromatic Colors of #9568E8
Black with #9568E8
Text Example
Text Example
White with #9568E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568E8; }
p { color: rgb(149,104,232); }
H1.HeaderClassName
{
color: #9568E8;
}
.AnyTagClassName
{
color: #9568E8;
}
</style>
background-color css
<style>
a { background-color: #9568E8; }
a { background-color: rgb(149,104,232); }
div.DivClassName
{
background-color: #9568E8;
}
.BgClassName
{
background-color: #9568E8;
}
</style>
border-color css
<style>
span { border-color: #9568E8; }
span { border-color: rgb(149,104,232); }
td.TdClassName
{
border-color: #9568E8;
}
.TagClassName
{
border-color: #9568E8;
}
</style>