Shades of Medium Purple #9566DB
Tints of Medium Purple #9566DB
RGB
CMYK
RGB Variations
Color information
#9566DB (or 0x9566DB) is known color: Medium Purple. HEX triplet: 95, 66 and DB. RGB value is (149,102,219). Sum of RGB (Red+Green+Blue) = 149+102+219=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #9566DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566DB is #6A9924. Grayscale: #808080. Windows color (decimal): -6986021 or 14378645. OLE color: 14378645.
HSL color Cylindrical-coordinate representation of color #9566DB: hue angle of 264.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9566DB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 102 | 219 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.14 |
| HSL | 264.1º | 0.62% | 0.63% | - |
| HSV(B) | 264.1º | 0.53% | 0.86% | - |
| XYZ | 29.93 | 21.01 | 69.49 | - |
| YUV | 129.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 219 | 0.32 | 0.53 | 0 | 0.14 | 264.1 | 0.62 | 0.63 |
| Hex | 95 | 66 | DB | 20 | 35 | 0 | E | 108 | 3E | 3F |
| Octal | 225 | 146 | 333 | 40 | 65 | 0 | 16 | 410 | 76 | 77 |
| Binary | 10010101 | 1100110 | 11011011 | 100000 | 110101 | 0 | 1110 | 100001000 | 111110 | 111111 |
Color Harmonies of #9566DB
Complementary color
Monochromatic Colors of #9566DB
Black with #9566DB
Text Example
Text Example
White with #9566DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566DB; }
p { color: rgb(149,102,219); }
H1.HeaderClassName
{
color: #9566DB;
}
.AnyTagClassName
{
color: #9566DB;
}
</style>
background-color css
<style>
a { background-color: #9566DB; }
a { background-color: rgb(149,102,219); }
div.DivClassName
{
background-color: #9566DB;
}
.BgClassName
{
background-color: #9566DB;
}
</style>
border-color css
<style>
span { border-color: #9566DB; }
span { border-color: rgb(149,102,219); }
td.TdClassName
{
border-color: #9566DB;
}
.TagClassName
{
border-color: #9566DB;
}
</style>