#8774D8

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

Shades of Medium Purple #8774D8

Tints of Medium Purple #8774D8

Color information

#8774D8 (or 0x8774D8) is unknown color: approx Medium Purple. HEX triplet: 87, 74 and D8. RGB value is (135,116,216). Sum of RGB (Red+Green+Blue) = 135+116+216=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #8774D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774D8 is #788B27. Grayscale: #848484. Windows color (decimal): -7899944 or 14185607. OLE color: 14185607.

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

Color convert

RGB135116216-
CMYK0.380.4600.15
HSL251.4º56.18%65.1%-
HSV(B)251.4º46.3%84.71%-
XYZ28.6322.667.82-
YUV133.08174.79129.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=28.91%
G=24.84%
B=46.25%

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
Decimal1351162160.380.4600.15251.456.1865.1
Hex8774D8262E0Ffb3841
Octal207164330465601737370101
Binary1000011111101001101100010011010111001111111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8774D8; }

 p { color: rgb(135,116,216); }

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

<style>
 a { background-color: #8774D8; }

 a { background-color: rgb(135,116,216); }

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

<style>
 span { border-color: #8774D8; }

 span { border-color: rgb(135,116,216); }

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