Html Css Color HEX #886ADE Medium Purple

📋 copy color: '#886ADE'

red 136 ◦ green 106 ◦ blue 222

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

Shades of Medium Purple #886ADE

Tints of Medium Purple #886ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 29.31%
G = 22.84%
B = 47.84%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#886ADE (or 0x886ADE) is known color: Medium Purple. HEX triplet: 88, 6A and DE. RGB value is (136,106,222). Sum of RGB (Red+Green+Blue) = 136+106+222=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #886ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886ADE is #779521. Grayscale: #7F7F7F. Windows color (decimal): -7836962 or 14576264. OLE color: 14576264.

HSL color Cylindrical-coordinate representation of color #886ADE: hue angle of 255.52º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886ADE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 106 222 -
CMYK 0.39 0.52 0 0.13
HSL 255.52º 0.64% 0.64% -
HSV(B) 255.52º 0.52% 0.87% -
XYZ 28.49 20.82 71.62 -
YUV 128.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 136 106 222 0.39 0.52 0 0.13 255.52 0.64 0.64
Hex 88 6A DE 27 34 0 D 100 40 40
Octal 210 152 336 47 64 0 15 400 100 100
Binary 10001000 1101010 11011110 100111 110100 0 1101 100000000 1000000 1000000

Color Harmonies of #886ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886ADE

Black with #886ADE

Text Example


Text Example

White with #886ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886ADE; }

 p { color: rgb(136,106,222); }

 H1.HeaderClassName
 {
   color: #886ADE;
 }
 .AnyTagClassName
 {
   color: #886ADE;
 }
</style>

background-color css

<style>
 a { background-color: #886ADE; }

 a { background-color: rgb(136,106,222); }

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

border-color css

<style>
 span { border-color: #886ADE; }

 span { border-color: rgb(136,106,222); }

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