#8774DD

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

Shades of Medium Purple #8774DD

Tints of Medium Purple #8774DD

Color information

#8774DD (or 0x8774DD) is unknown color: approx Medium Purple. HEX triplet: 87, 74 and DD. RGB value is (135,116,221). Sum of RGB (Red+Green+Blue) = 135+116+221=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8774DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8774DD is #788B22. Grayscale: #858585. Windows color (decimal): -7899939 or 14513287. OLE color: 14513287.

HSL color Cylindrical-coordinate representation of color #8774DD: hue angle of 250.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8774DD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135116221-
CMYK0.390.4800.13
HSL250.86º60.69%66.08%-
HSV(B)250.86º47.51%86.67%-
XYZ29.2922.8671.28-
YUV133.65177.29128.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 116 (45.70% from 255) = 24.58%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=28.60%
G=24.58%
B=46.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351162210.390.4800.13250.8660.6966.08
Hex8774DD27300Dfb3d42
Octal207164335476001537375102
Binary1000011111101001101110110011111000001101111110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8774DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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