Html Css Color HEX #886CD5 Medium Purple

📋 copy color: '#886CD5'

red 136 ◦ green 108 ◦ blue 213

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

Shades of Medium Purple #886CD5

Tints of Medium Purple #886CD5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 29.76%
G = 23.63%
B = 46.61%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#886CD5 (or 0x886CD5) is known color: Medium Purple. HEX triplet: 88, 6C and D5. RGB value is (136,108,213). Sum of RGB (Red+Green+Blue) = 136+108+213=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #886CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CD5 is #77932A. Grayscale: #7F7F7F. Windows color (decimal): -7836459 or 13986952. OLE color: 13986952.

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

Color convert

RGB 136 108 213 -
CMYK 0.36 0.49 0 0.16
HSL 256º 0.56% 0.63% -
HSV(B) 256º 0.49% 0.84% -
XYZ 27.53 20.76 65.51 -
YUV 128.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 136 108 213 0.36 0.49 0 0.16 256 0.56 0.63
Hex 88 6C D5 24 31 0 10 100 38 3F
Octal 210 154 325 44 61 0 20 400 70 77
Binary 10001000 1101100 11010101 100100 110001 0 10000 100000000 111000 111111

Color Harmonies of #886CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CD5

Black with #886CD5

Text Example


Text Example

White with #886CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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