#8877DA

Color #8877DA Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8877DA

Tints of Medium Purple #8877DA

Color information

#8877DA (or 0x8877DA) is unknown color: approx Medium Purple. HEX triplet: 88, 77 and DA. RGB value is (136,119,218). Sum of RGB (Red+Green+Blue) = 136+119+218=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #8877DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877DA is #778825. Grayscale: #868686. Windows color (decimal): -7833638 or 14317448. OLE color: 14317448.

HSL color Cylindrical-coordinate representation of color #8877DA: hue angle of 250.3º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8877DA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136119218-
CMYK0.380.4500.15
HSL250.3º57.23%66.08%-
HSV(B)250.3º45.41%85.49%-
XYZ29.4123.4969.31-
YUV135.37174.63128.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.75%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=28.75%
G=25.16%
B=46.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361192180.380.4500.15250.357.2366.08
Hex8877DA262D0Ffa3942
Octal210167332465501737271102
Binary1000100011101111101101010011010110101111111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8877DA; }

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

 H1.HeaderClassName
 {
   color: #8877DA;
 }
 .AnyTagClassName
 {
   color: #8877DA;
 }
</style>
background-color css

<style>
 a { background-color: #8877DA; }

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

 div.DivClassName
 {
   background-color: #8877DA;
 }
 .BgClassName
 {
   background-color: #8877DA;
 }
</style>
border-color css

<style>
 span { border-color: #8877DA; }

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

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