Shades of Medium Purple #9566DA
Tints of Medium Purple #9566DA
RGB
CMYK
RGB Variations
Color information
#9566DA (or 0x9566DA) is known color: Medium Purple. HEX triplet: 95, 66 and DA. RGB value is (149,102,218). Sum of RGB (Red+Green+Blue) = 149+102+218=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9566DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566DA is #6A9925. Grayscale: #808080. Windows color (decimal): -6986022 or 14313109. OLE color: 14313109.
HSL color Cylindrical-coordinate representation of color #9566DA: hue angle of 264.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9566DA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 102 | 218 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.15 |
| HSL | 264.31º | 0.61% | 0.63% | - |
| HSV(B) | 264.31º | 0.53% | 0.85% | - |
| XYZ | 29.8 | 20.95 | 68.8 | - |
| YUV | 129.28 | 178.07 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 218 | 0.32 | 0.53 | 0 | 0.15 | 264.31 | 0.61 | 0.63 |
| Hex | 95 | 66 | DA | 20 | 35 | 0 | F | 108 | 3D | 3F |
| Octal | 225 | 146 | 332 | 40 | 65 | 0 | 17 | 410 | 75 | 77 |
| Binary | 10010101 | 1100110 | 11011010 | 100000 | 110101 | 0 | 1111 | 100001000 | 111101 | 111111 |
Color Harmonies of #9566DA
Complementary color
Monochromatic Colors of #9566DA
Black with #9566DA
Text Example
Text Example
White with #9566DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566DA; }
p { color: rgb(149,102,218); }
H1.HeaderClassName
{
color: #9566DA;
}
.AnyTagClassName
{
color: #9566DA;
}
</style>
background-color css
<style>
a { background-color: #9566DA; }
a { background-color: rgb(149,102,218); }
div.DivClassName
{
background-color: #9566DA;
}
.BgClassName
{
background-color: #9566DA;
}
</style>
border-color css
<style>
span { border-color: #9566DA; }
span { border-color: rgb(149,102,218); }
td.TdClassName
{
border-color: #9566DA;
}
.TagClassName
{
border-color: #9566DA;
}
</style>