Shades of Medium Purple #855AD7
Tints of Medium Purple #855AD7
RGB
CMYK
RGB Variations
Color information
#855AD7 (or 0x855AD7) is known color: Medium Purple. HEX triplet: 85, 5A and D7. RGB value is (133,90,215). Sum of RGB (Red+Green+Blue) = 133+90+215=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #855AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AD7 is #7AA528. Grayscale: #747474. Windows color (decimal): -8037673 or 14113413. OLE color: 14113413.
HSL color Cylindrical-coordinate representation of color #855AD7: hue angle of 260.64º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855AD7 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 90 | 215 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.16 |
| HSL | 260.64º | 0.61% | 0.6% | - |
| HSV(B) | 260.64º | 0.58% | 0.84% | - |
| XYZ | 25.59 | 17.21 | 66.26 | - |
| YUV | 117.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 215 | 0.38 | 0.58 | 0 | 0.16 | 260.64 | 0.61 | 0.6 |
| Hex | 85 | 5A | D7 | 26 | 3A | 0 | 10 | 105 | 3D | 3C |
| Octal | 205 | 132 | 327 | 46 | 72 | 0 | 20 | 405 | 75 | 74 |
| Binary | 10000101 | 1011010 | 11010111 | 100110 | 111010 | 0 | 10000 | 100000101 | 111101 | 111100 |
Color Harmonies of #855AD7
Complementary color
Monochromatic Colors of #855AD7
Black with #855AD7
Text Example
Text Example
White with #855AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AD7; }
p { color: rgb(133,90,215); }
H1.HeaderClassName
{
color: #855AD7;
}
.AnyTagClassName
{
color: #855AD7;
}
</style>
background-color css
<style>
a { background-color: #855AD7; }
a { background-color: rgb(133,90,215); }
div.DivClassName
{
background-color: #855AD7;
}
.BgClassName
{
background-color: #855AD7;
}
</style>
border-color css
<style>
span { border-color: #855AD7; }
span { border-color: rgb(133,90,215); }
td.TdClassName
{
border-color: #855AD7;
}
.TagClassName
{
border-color: #855AD7;
}
</style>