Html Css Color HEX #886DDA Medium Purple

📋 copy color: '#886DDA'

red 136 ◦ green 109 ◦ blue 218

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

Shades of Medium Purple #886DDA

Tints of Medium Purple #886DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 29.37%
G = 23.54%
B = 47.08%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#886DDA (or 0x886DDA) is known color: Medium Purple. HEX triplet: 88, 6D and DA. RGB value is (136,109,218). Sum of RGB (Red+Green+Blue) = 136+109+218=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #886DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DDA is #779225. Grayscale: #818181. Windows color (decimal): -7836198 or 14314888. OLE color: 14314888.

HSL color Cylindrical-coordinate representation of color #886DDA: hue angle of 254.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886DDA is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 109 218 -
CMYK 0.38 0.5 0 0.15
HSL 254.86º 0.6% 0.64% -
HSV(B) 254.86º 0.5% 0.85% -
XYZ 28.28 21.23 68.94 -
YUV 129.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 136 109 218 0.38 0.5 0 0.15 254.86 0.6 0.64
Hex 88 6D DA 26 32 0 F FF 3C 40
Octal 210 155 332 46 62 0 17 377 74 100
Binary 10001000 1101101 11011010 100110 110010 0 1111 11111111 111100 1000000

Color Harmonies of #886DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DDA

Black with #886DDA

Text Example


Text Example

White with #886DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,218); }

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

background-color css

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

 a { background-color: rgb(136,109,218); }

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

border-color css

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

 span { border-color: rgb(136,109,218); }

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