Html Css Color HEX #885CD8 Medium Purple

📋 copy color: '#885CD8'

red 136 ◦ green 92 ◦ blue 216

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

Shades of Medium Purple #885CD8

Tints of Medium Purple #885CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 30.63%
G = 20.72%
B = 48.65%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#885CD8 (or 0x885CD8) is known color: Medium Purple. HEX triplet: 88, 5C and D8. RGB value is (136,92,216). Sum of RGB (Red+Green+Blue) = 136+92+216=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #885CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CD8 is #77A327. Grayscale: #767676. Windows color (decimal): -7840552 or 14179464. OLE color: 14179464.

HSL color Cylindrical-coordinate representation of color #885CD8: hue angle of 261.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #885CD8 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 92 216 -
CMYK 0.37 0.57 0 0.15
HSL 261.29º 0.61% 0.6% -
HSV(B) 261.29º 0.57% 0.85% -
XYZ 26.38 17.85 67.02 -
YUV 119.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 136 92 216 0.37 0.57 0 0.15 261.29 0.61 0.6
Hex 88 5C D8 25 39 0 F 105 3D 3C
Octal 210 134 330 45 71 0 17 405 75 74
Binary 10001000 1011100 11011000 100101 111001 0 1111 100000101 111101 111100

Color Harmonies of #885CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885CD8

Black with #885CD8

Text Example


Text Example

White with #885CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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