Html Css Color HEX #885ADC Medium Purple

📋 copy color: '#885ADC'

red 136 ◦ green 90 ◦ blue 220

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

Shades of Medium Purple #885ADC

Tints of Medium Purple #885ADC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

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

R = 30.49%
G = 20.18%
B = 49.33%

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

#885ADC (or 0x885ADC) is known color: Medium Purple. HEX triplet: 88, 5A and DC. RGB value is (136,90,220). Sum of RGB (Red+Green+Blue) = 136+90+220=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #885ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ADC is #77A523. Grayscale: #767676. Windows color (decimal): -7841060 or 14441096. OLE color: 14441096.

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

Color convert

RGB 136 90 220 -
CMYK 0.38 0.59 0 0.14
HSL 261.23º 0.65% 0.61% -
HSV(B) 261.23º 0.59% 0.86% -
XYZ 26.73 17.71 69.72 -
YUV 118.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 136 90 220 0.38 0.59 0 0.14 261.23 0.65 0.61
Hex 88 5A DC 26 3B 0 E 105 41 3D
Octal 210 132 334 46 73 0 16 405 101 75
Binary 10001000 1011010 11011100 100110 111011 0 1110 100000101 1000001 111101

Color Harmonies of #885ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ADC

Black with #885ADC

Text Example


Text Example

White with #885ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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