Shades of Medium Purple #9581DD
Tints of Medium Purple #9581DD
RGB
CMYK
RGB Variations
Color information
#9581DD (or 0x9581DD) is known color: Medium Purple. HEX triplet: 95, 81 and DD. RGB value is (149,129,221). Sum of RGB (Red+Green+Blue) = 149+129+221=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9581DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581DD is #6A7E22. Grayscale: #919191. Windows color (decimal): -6979107 or 14516629. OLE color: 14516629.
HSL color Cylindrical-coordinate representation of color #9581DD: hue angle of 253.04º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9581DD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 129 | 221 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 253.04º | 0.58% | 0.69% | - |
| HSV(B) | 253.04º | 0.42% | 0.87% | - |
| XYZ | 33.3 | 27.31 | 71.92 | - |
| YUV | 145.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 221 | 0.33 | 0.42 | 0 | 0.13 | 253.04 | 0.58 | 0.69 |
| Hex | 95 | 81 | DD | 21 | 2A | 0 | D | FD | 3A | 45 |
| Octal | 225 | 201 | 335 | 41 | 52 | 0 | 15 | 375 | 72 | 105 |
| Binary | 10010101 | 10000001 | 11011101 | 100001 | 101010 | 0 | 1101 | 11111101 | 111010 | 1000101 |
Color Harmonies of #9581DD
Complementary color
Monochromatic Colors of #9581DD
Black with #9581DD
Text Example
Text Example
White with #9581DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581DD; }
p { color: rgb(149,129,221); }
H1.HeaderClassName
{
color: #9581DD;
}
.AnyTagClassName
{
color: #9581DD;
}
</style>
background-color css
<style>
a { background-color: #9581DD; }
a { background-color: rgb(149,129,221); }
div.DivClassName
{
background-color: #9581DD;
}
.BgClassName
{
background-color: #9581DD;
}
</style>
border-color css
<style>
span { border-color: #9581DD; }
span { border-color: rgb(149,129,221); }
td.TdClassName
{
border-color: #9581DD;
}
.TagClassName
{
border-color: #9581DD;
}
</style>