Shades of Medium Purple #9577DB
Tints of Medium Purple #9577DB
RGB
CMYK
RGB Variations
Color information
#9577DB (or 0x9577DB) is known color: Medium Purple. HEX triplet: 95, 77 and DB. RGB value is (149,119,219). Sum of RGB (Red+Green+Blue) = 149+119+219=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 119 (46.88% from 255 or 24.44% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9577DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577DB is #6A8824. Grayscale: #8B8B8B. Windows color (decimal): -6981669 or 14382997. OLE color: 14382997.
HSL color Cylindrical-coordinate representation of color #9577DB: hue angle of 258º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9577DB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 119 | 219 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.14 |
| HSL | 258º | 0.58% | 0.66% | - |
| HSV(B) | 258º | 0.46% | 0.86% | - |
| XYZ | 31.78 | 24.7 | 70.11 | - |
| YUV | 139.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 219 | 0.32 | 0.46 | 0 | 0.14 | 258 | 0.58 | 0.66 |
| Hex | 95 | 77 | DB | 20 | 2E | 0 | E | 102 | 3A | 42 |
| Octal | 225 | 167 | 333 | 40 | 56 | 0 | 16 | 402 | 72 | 102 |
| Binary | 10010101 | 1110111 | 11011011 | 100000 | 101110 | 0 | 1110 | 100000010 | 111010 | 1000010 |
Color Harmonies of #9577DB
Complementary color
Monochromatic Colors of #9577DB
Black with #9577DB
Text Example
Text Example
White with #9577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577DB; }
p { color: rgb(149,119,219); }
H1.HeaderClassName
{
color: #9577DB;
}
.AnyTagClassName
{
color: #9577DB;
}
</style>
background-color css
<style>
a { background-color: #9577DB; }
a { background-color: rgb(149,119,219); }
div.DivClassName
{
background-color: #9577DB;
}
.BgClassName
{
background-color: #9577DB;
}
</style>
border-color css
<style>
span { border-color: #9577DB; }
span { border-color: rgb(149,119,219); }
td.TdClassName
{
border-color: #9577DB;
}
.TagClassName
{
border-color: #9577DB;
}
</style>