Html Css Color HEX #886FD4 Medium Purple

📋 copy color: '#886FD4'

red 136 ◦ green 111 ◦ blue 212

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

Shades of Medium Purple #886FD4

Tints of Medium Purple #886FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 29.63%
G = 24.18%
B = 46.19%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#886FD4 (or 0x886FD4) is known color: Medium Purple. HEX triplet: 88, 6F and D4. RGB value is (136,111,212). Sum of RGB (Red+Green+Blue) = 136+111+212=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #886FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FD4 is #77902B. Grayscale: #818181. Windows color (decimal): -7835692 or 13922184. OLE color: 13922184.

HSL color Cylindrical-coordinate representation of color #886FD4: hue angle of 254.85º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886FD4 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 111 212 -
CMYK 0.36 0.48 0 0.17
HSL 254.85º 0.54% 0.63% -
HSV(B) 254.85º 0.48% 0.83% -
XYZ 27.72 21.36 64.95 -
YUV 129.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 136 111 212 0.36 0.48 0 0.17 254.85 0.54 0.63
Hex 88 6F D4 24 30 0 11 FF 36 3F
Octal 210 157 324 44 60 0 21 377 66 77
Binary 10001000 1101111 11010100 100100 110000 0 10001 11111111 110110 111111

Color Harmonies of #886FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FD4

Black with #886FD4

Text Example


Text Example

White with #886FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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