#855DDD

Color #855DDD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #855DDD

Tints of Medium Purple #855DDD

Color information

#855DDD (or 0x855DDD) is unknown color: approx Medium Purple. HEX triplet: 85, 5D and DD. RGB value is (133,93,221). Sum of RGB (Red+Green+Blue) = 133+93+221=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #855DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855DDD is #7AA222. Grayscale: #777777. Windows color (decimal): -8036899 or 14507397. OLE color: 14507397.

HSL color Cylindrical-coordinate representation of color #855DDD: hue angle of 258.75º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #855DDD is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13393221-
CMYK0.400.5800.13
HSL258.75º65.31%61.57%-
HSV(B)258.75º57.92%86.67%-
XYZ26.6418.0470.48-
YUV119.55185.25137.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 221 (86.72% from 255) = 49.44%
R=29.75%
G=20.81%
B=49.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133932210.400.5800.13258.7565.3161.57
Hex855DDD283A0D103413e
Octal205135335507201540310176
Binary10000101101110111011101101000111010011011000000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855DDD; }

 p { color: rgb(133,93,221); }

 H1.HeaderClassName
 {
   color: #855DDD;
 }
 .AnyTagClassName
 {
   color: #855DDD;
 }
</style>
background-color css

<style>
 a { background-color: #855DDD; }

 a { background-color: rgb(133,93,221); }

 div.DivClassName
 {
   background-color: #855DDD;
 }
 .BgClassName
 {
   background-color: #855DDD;
 }
</style>
border-color css

<style>
 span { border-color: #855DDD; }

 span { border-color: rgb(133,93,221); }

 td.TdClassName
 {
   border-color: #855DDD;
 }
 .TagClassName
 {
   border-color: #855DDD;
 }
</style>