#8776DA

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

Shades of Medium Purple #8776DA

Tints of Medium Purple #8776DA

Color information

#8776DA (or 0x8776DA) is unknown color: approx Medium Purple. HEX triplet: 87, 76 and DA. RGB value is (135,118,218). Sum of RGB (Red+Green+Blue) = 135+118+218=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #8776DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8776DA is #788925. Grayscale: #868686. Windows color (decimal): -7899430 or 14317191. OLE color: 14317191.

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

Color convert

RGB135118218-
CMYK0.380.4600.15
HSL250.2º57.47%65.88%-
HSV(B)250.2º45.87%85.49%-
XYZ29.1223.1769.27-
YUV134.48175.13128.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=28.66%
G=25.05%
B=46.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351182180.380.4600.15250.257.4765.88
Hex8776DA262E0Ffa3942
Octal207166332465601737271102
Binary1000011111101101101101010011010111001111111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8776DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,118,218); }

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

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

 a { background-color: rgb(135,118,218); }

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

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

 span { border-color: rgb(135,118,218); }

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