Shades of Medium Purple #855ADB
Tints of Medium Purple #855ADB
RGB
CMYK
RGB Variations
Color information
#855ADB (or 0x855ADB) is known color: Medium Purple. HEX triplet: 85, 5A and DB. RGB value is (133,90,219). Sum of RGB (Red+Green+Blue) = 133+90+219=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #855ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855ADB is #7AA524. Grayscale: #757575. Windows color (decimal): -8037669 or 14375557. OLE color: 14375557.
HSL color Cylindrical-coordinate representation of color #855ADB: hue angle of 260º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855ADB is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 90 | 219 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.14 |
| HSL | 260º | 0.64% | 0.61% | - |
| HSV(B) | 260º | 0.59% | 0.86% | - |
| XYZ | 26.12 | 17.41 | 69 | - |
| YUV | 117.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 219 | 0.39 | 0.59 | 0 | 0.14 | 260 | 0.64 | 0.61 |
| Hex | 85 | 5A | DB | 27 | 3B | 0 | E | 104 | 40 | 3D |
| Octal | 205 | 132 | 333 | 47 | 73 | 0 | 16 | 404 | 100 | 75 |
| Binary | 10000101 | 1011010 | 11011011 | 100111 | 111011 | 0 | 1110 | 100000100 | 1000000 | 111101 |
Color Harmonies of #855ADB
Complementary color
Monochromatic Colors of #855ADB
Black with #855ADB
Text Example
Text Example
White with #855ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855ADB; }
p { color: rgb(133,90,219); }
H1.HeaderClassName
{
color: #855ADB;
}
.AnyTagClassName
{
color: #855ADB;
}
</style>
background-color css
<style>
a { background-color: #855ADB; }
a { background-color: rgb(133,90,219); }
div.DivClassName
{
background-color: #855ADB;
}
.BgClassName
{
background-color: #855ADB;
}
</style>
border-color css
<style>
span { border-color: #855ADB; }
span { border-color: rgb(133,90,219); }
td.TdClassName
{
border-color: #855ADB;
}
.TagClassName
{
border-color: #855ADB;
}
</style>