Shades of Medium Purple #9568D6
Tints of Medium Purple #9568D6
RGB
CMYK
RGB Variations
Color information
#9568D6 (or 0x9568D6) is known color: Medium Purple. HEX triplet: 95, 68 and D6. RGB value is (149,104,214). Sum of RGB (Red+Green+Blue) = 149+104+214=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #9568D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568D6 is #6A9729. Grayscale: #818181. Windows color (decimal): -6985514 or 14051477. OLE color: 14051477.
HSL color Cylindrical-coordinate representation of color #9568D6: hue angle of 264.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9568D6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 104 | 214 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.16 |
| HSL | 264.55º | 0.57% | 0.62% | - |
| HSV(B) | 264.55º | 0.51% | 0.84% | - |
| XYZ | 29.48 | 21.15 | 66.15 | - |
| YUV | 130 | 175.41 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 214 | 0.30 | 0.51 | 0 | 0.16 | 264.55 | 0.57 | 0.62 |
| Hex | 95 | 68 | D6 | 1E | 33 | 0 | 10 | 109 | 39 | 3E |
| Octal | 225 | 150 | 326 | 36 | 63 | 0 | 20 | 411 | 71 | 76 |
| Binary | 10010101 | 1101000 | 11010110 | 11110 | 110011 | 0 | 10000 | 100001001 | 111001 | 111110 |
Color Harmonies of #9568D6
Complementary color
Monochromatic Colors of #9568D6
Black with #9568D6
Text Example
Text Example
White with #9568D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568D6; }
p { color: rgb(149,104,214); }
H1.HeaderClassName
{
color: #9568D6;
}
.AnyTagClassName
{
color: #9568D6;
}
</style>
background-color css
<style>
a { background-color: #9568D6; }
a { background-color: rgb(149,104,214); }
div.DivClassName
{
background-color: #9568D6;
}
.BgClassName
{
background-color: #9568D6;
}
</style>
border-color css
<style>
span { border-color: #9568D6; }
span { border-color: rgb(149,104,214); }
td.TdClassName
{
border-color: #9568D6;
}
.TagClassName
{
border-color: #9568D6;
}
</style>