Html Css Color HEX #885BDC Medium Purple

📋 copy color: '#885BDC'

red 136 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #885BDC

Tints of Medium Purple #885BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.36%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 30.43%
G = 20.36%
B = 49.22%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#885BDC (or 0x885BDC) is known color: Medium Purple. HEX triplet: 88, 5B and DC. RGB value is (136,91,220). Sum of RGB (Red+Green+Blue) = 136+91+220=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #885BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BDC is #77A423. Grayscale: #767676. Windows color (decimal): -7840804 or 14441352. OLE color: 14441352.

HSL color Cylindrical-coordinate representation of color #885BDC: hue angle of 260.93º degrees, saturation: 0.65, 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 #885BDC is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 91 220 -
CMYK 0.38 0.59 0 0.14
HSL 260.93º 0.65% 0.61% -
HSV(B) 260.93º 0.59% 0.86% -
XYZ 26.81 17.88 69.75 -
YUV 119.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 136 91 220 0.38 0.59 0 0.14 260.93 0.65 0.61
Hex 88 5B DC 26 3B 0 E 105 41 3D
Octal 210 133 334 46 73 0 16 405 101 75
Binary 10001000 1011011 11011100 100110 111011 0 1110 100000101 1000001 111101

Color Harmonies of #885BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BDC

Black with #885BDC

Text Example


Text Example

White with #885BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,91,220); }

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

background-color css

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

 a { background-color: rgb(136,91,220); }

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

border-color css

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

 span { border-color: rgb(136,91,220); }

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