Html Css Color HEX #886DDB Medium Purple

📋 copy color: '#886DDB'

red 136 ◦ green 109 ◦ blue 219

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

Shades of Medium Purple #886DDB

Tints of Medium Purple #886DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 29.31%
G = 23.49%
B = 47.2%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#886DDB (or 0x886DDB) is known color: Medium Purple. HEX triplet: 88, 6D and DB. RGB value is (136,109,219). Sum of RGB (Red+Green+Blue) = 136+109+219=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #886DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DDB is #779224. Grayscale: #818181. Windows color (decimal): -7836197 or 14380424. OLE color: 14380424.

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

Color convert

RGB 136 109 219 -
CMYK 0.38 0.50 0 0.14
HSL 254.73º 0.6% 0.64% -
HSV(B) 254.73º 0.5% 0.86% -
XYZ 28.41 21.29 69.63 -
YUV 129.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 136 109 219 0.38 0.50 0 0.14 254.73 0.6 0.64
Hex 88 6D DB 26 32 0 E FF 3C 40
Octal 210 155 333 46 62 0 16 377 74 100
Binary 10001000 1101101 11011011 100110 110010 0 1110 11111111 111100 1000000

Color Harmonies of #886DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DDB

Black with #886DDB

Text Example


Text Example

White with #886DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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