Shades of Medium Purple #8954DD
Tints of Medium Purple #8954DD
RGB
CMYK
RGB Variations
Color information
#8954DD (or 0x8954DD) is known color: Medium Purple. HEX triplet: 89, 54 and DD. RGB value is (137,84,221). Sum of RGB (Red+Green+Blue) = 137+84+221=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #8954DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954DD is #76AB22. Grayscale: #727272. Windows color (decimal): -7777059 or 14505097. OLE color: 14505097.
HSL color Cylindrical-coordinate representation of color #8954DD: hue angle of 263.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8954DD is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 84 | 221 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.13 |
| HSL | 263.21º | 0.67% | 0.6% | - |
| HSV(B) | 263.21º | 0.62% | 0.87% | - |
| XYZ | 26.54 | 16.88 | 70.27 | - |
| YUV | 115.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 221 | 0.38 | 0.62 | 0 | 0.13 | 263.21 | 0.67 | 0.6 |
| Hex | 89 | 54 | DD | 26 | 3E | 0 | D | 107 | 43 | 3C |
| Octal | 211 | 124 | 335 | 46 | 76 | 0 | 15 | 407 | 103 | 74 |
| Binary | 10001001 | 1010100 | 11011101 | 100110 | 111110 | 0 | 1101 | 100000111 | 1000011 | 111100 |
Color Harmonies of #8954DD
Complementary color
Monochromatic Colors of #8954DD
Black with #8954DD
Text Example
Text Example
White with #8954DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8954DD; }
p { color: rgb(137,84,221); }
H1.HeaderClassName
{
color: #8954DD;
}
.AnyTagClassName
{
color: #8954DD;
}
</style>
background-color css
<style>
a { background-color: #8954DD; }
a { background-color: rgb(137,84,221); }
div.DivClassName
{
background-color: #8954DD;
}
.BgClassName
{
background-color: #8954DD;
}
</style>
border-color css
<style>
span { border-color: #8954DD; }
span { border-color: rgb(137,84,221); }
td.TdClassName
{
border-color: #8954DD;
}
.TagClassName
{
border-color: #8954DD;
}
</style>