Html Css Color HEX #886FD9 Medium Purple

📋 copy color: '#886FD9'

red 136 ◦ green 111 ◦ blue 217

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

Shades of Medium Purple #886FD9

Tints of Medium Purple #886FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 29.31%
G = 23.92%
B = 46.77%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#886FD9 (or 0x886FD9) is known color: Medium Purple. HEX triplet: 88, 6F and D9. RGB value is (136,111,217). Sum of RGB (Red+Green+Blue) = 136+111+217=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #886FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FD9 is #779026. Grayscale: #828282. Windows color (decimal): -7835687 or 14249864. OLE color: 14249864.

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

Color convert

RGB 136 111 217 -
CMYK 0.37 0.49 0 0.15
HSL 254.15º 0.58% 0.64% -
HSV(B) 254.15º 0.49% 0.85% -
XYZ 28.36 21.61 68.32 -
YUV 130.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 136 111 217 0.37 0.49 0 0.15 254.15 0.58 0.64
Hex 88 6F D9 25 31 0 F FE 3A 40
Octal 210 157 331 45 61 0 17 376 72 100
Binary 10001000 1101111 11011001 100101 110001 0 1111 11111110 111010 1000000

Color Harmonies of #886FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FD9

Black with #886FD9

Text Example


Text Example

White with #886FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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