Shades of Medium Purple #855AD8
Tints of Medium Purple #855AD8
RGB
CMYK
RGB Variations
Color information
#855AD8 (or 0x855AD8) is known color: Medium Purple. HEX triplet: 85, 5A and D8. RGB value is (133,90,216). Sum of RGB (Red+Green+Blue) = 133+90+216=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #855AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AD8 is #7AA527. Grayscale: #747474. Windows color (decimal): -8037672 or 14178949. OLE color: 14178949.
HSL color Cylindrical-coordinate representation of color #855AD8: hue angle of 260.48º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855AD8 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 90 | 216 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.15 |
| HSL | 260.48º | 0.62% | 0.6% | - |
| HSV(B) | 260.48º | 0.58% | 0.85% | - |
| XYZ | 25.72 | 17.26 | 66.94 | - |
| YUV | 117.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 216 | 0.38 | 0.58 | 0 | 0.15 | 260.48 | 0.62 | 0.6 |
| Hex | 85 | 5A | D8 | 26 | 3A | 0 | F | 104 | 3E | 3C |
| Octal | 205 | 132 | 330 | 46 | 72 | 0 | 17 | 404 | 76 | 74 |
| Binary | 10000101 | 1011010 | 11011000 | 100110 | 111010 | 0 | 1111 | 100000100 | 111110 | 111100 |
Color Harmonies of #855AD8
Complementary color
Monochromatic Colors of #855AD8
Black with #855AD8
Text Example
Text Example
White with #855AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AD8; }
p { color: rgb(133,90,216); }
H1.HeaderClassName
{
color: #855AD8;
}
.AnyTagClassName
{
color: #855AD8;
}
</style>
background-color css
<style>
a { background-color: #855AD8; }
a { background-color: rgb(133,90,216); }
div.DivClassName
{
background-color: #855AD8;
}
.BgClassName
{
background-color: #855AD8;
}
</style>
border-color css
<style>
span { border-color: #855AD8; }
span { border-color: rgb(133,90,216); }
td.TdClassName
{
border-color: #855AD8;
}
.TagClassName
{
border-color: #855AD8;
}
</style>