#885CDD

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

Shades of Medium Purple #885CDD

Tints of Medium Purple #885CDD

Color information

#885CDD (or 0x885CDD) is unknown color: approx Medium Purple. HEX triplet: 88, 5C and DD. RGB value is (136,92,221). Sum of RGB (Red+Green+Blue) = 136+92+221=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #885CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CDD is #77A322. Grayscale: #777777. Windows color (decimal): -7840547 or 14507144. OLE color: 14507144.

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

Color convert

RGB13692221-
CMYK0.380.5800.13
HSL260.47º65.48%61.37%-
HSV(B)260.47º58.37%86.67%-
XYZ27.0318.1170.48-
YUV119.86185.08139.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.29%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=30.29%
G=20.49%
B=49.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136922210.380.5800.13260.4765.4861.37
Hex885CDD263A0D104413d
Octal210134335467201540410175
Binary10001000101110011011101100110111010011011000001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885CDD; }

 p { color: rgb(136,92,221); }

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

<style>
 a { background-color: #885CDD; }

 a { background-color: rgb(136,92,221); }

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

<style>
 span { border-color: #885CDD; }

 span { border-color: rgb(136,92,221); }

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