Html Css Color HEX #886FDE Medium Purple

📋 copy color: '#886FDE'

red 136 ◦ green 111 ◦ blue 222

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

Shades of Medium Purple #886FDE

Tints of Medium Purple #886FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

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

R = 29%
G = 23.67%
B = 47.33%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#886FDE (or 0x886FDE) is known color: Medium Purple. HEX triplet: 88, 6F and DE. RGB value is (136,111,222). Sum of RGB (Red+Green+Blue) = 136+111+222=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #886FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FDE is #779021. Grayscale: #828282. Windows color (decimal): -7835682 or 14577544. OLE color: 14577544.

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

Color convert

RGB 136 111 222 -
CMYK 0.39 0.5 0 0.13
HSL 253.51º 0.63% 0.65% -
HSV(B) 253.51º 0.5% 0.87% -
XYZ 29.02 21.88 71.8 -
YUV 131.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 136 111 222 0.39 0.5 0 0.13 253.51 0.63 0.65
Hex 88 6F DE 27 32 0 D FE 3F 41
Octal 210 157 336 47 62 0 15 376 77 101
Binary 10001000 1101111 11011110 100111 110010 0 1101 11111110 111111 1000001

Color Harmonies of #886FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FDE

Black with #886FDE

Text Example


Text Example

White with #886FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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