Html Css Color HEX #886FDA Medium Purple

📋 copy color: '#886FDA'

red 136 ◦ green 111 ◦ blue 218

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

Shades of Medium Purple #886FDA

Tints of Medium Purple #886FDA

RGB

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

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

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

R = 29.25%
G = 23.87%
B = 46.88%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#886FDA (or 0x886FDA) is known color: Medium Purple. HEX triplet: 88, 6F and DA. RGB value is (136,111,218). Sum of RGB (Red+Green+Blue) = 136+111+218=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #886FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FDA is #779025. Grayscale: #828282. Windows color (decimal): -7835686 or 14315400. OLE color: 14315400.

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

Color convert

RGB 136 111 218 -
CMYK 0.38 0.49 0 0.15
HSL 254.02º 0.59% 0.65% -
HSV(B) 254.02º 0.49% 0.85% -
XYZ 28.49 21.67 69.01 -
YUV 130.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 136 111 218 0.38 0.49 0 0.15 254.02 0.59 0.65
Hex 88 6F DA 26 31 0 F FE 3B 41
Octal 210 157 332 46 61 0 17 376 73 101
Binary 10001000 1101111 11011010 100110 110001 0 1111 11111110 111011 1000001

Color Harmonies of #886FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FDA

Black with #886FDA

Text Example


Text Example

White with #886FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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