Html Css Color HEX #885CD5 Medium Purple

📋 copy color: '#885CD5'

red 136 ◦ green 92 ◦ blue 213

#885CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #885CD5

Tints of Medium Purple #885CD5

RGB

 RED value IS 136 (53.52% from 255) = 30.84%

 GREEN value IS 92 (36.33% from 255) = 20.86%

 BLUE value IS 213 (83.59% from 255) = 48.3%

R = 30.84%
G = 20.86%
B = 48.3%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#885CD5 (or 0x885CD5) is known color: Medium Purple. HEX triplet: 88, 5C and D5. RGB value is (136,92,213). Sum of RGB (Red+Green+Blue) = 136+92+213=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #885CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CD5 is #77A32A. Grayscale: #767676. Windows color (decimal): -7840555 or 13982856. OLE color: 13982856.

HSL color Cylindrical-coordinate representation of color #885CD5: hue angle of 261.82º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885CD5 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 92 213 -
CMYK 0.36 0.57 0 0.16
HSL 261.82º 0.59% 0.6% -
HSV(B) 261.82º 0.57% 0.84% -
XYZ 25.99 17.69 65 -
YUV 118.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 136 92 213 0.36 0.57 0 0.16 261.82 0.59 0.6
Hex 88 5C D5 24 39 0 10 106 3B 3C
Octal 210 134 325 44 71 0 20 406 73 74
Binary 10001000 1011100 11010101 100100 111001 0 10000 100000110 111011 111100

Color Harmonies of #885CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CD5

Black with #885CD5

Text Example


Text Example

White with #885CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #885CD5;
 }
 .AnyTagClassName
 {
   color: #885CD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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