#8775DA

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

Shades of Medium Purple #8775DA

Tints of Medium Purple #8775DA

Color information

#8775DA (or 0x8775DA) is unknown color: approx Medium Purple. HEX triplet: 87, 75 and DA. RGB value is (135,117,218). Sum of RGB (Red+Green+Blue) = 135+117+218=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #8775DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8775DA is #788A25. Grayscale: #858585. Windows color (decimal): -7899686 or 14316935. OLE color: 14316935.

HSL color Cylindrical-coordinate representation of color #8775DA: hue angle of 250.69º degrees, saturation: 0.58, 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 #8775DA is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135117218-
CMYK0.380.4600.15
HSL250.69º57.71%65.69%-
HSV(B)250.69º46.33%85.49%-
XYZ29.0122.9469.23-
YUV133.9175.46128.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=28.72%
G=24.89%
B=46.38%

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
Decimal1351172180.380.4600.15250.6957.7165.69
Hex8775DA262E0Ffb3a42
Octal207165332465601737372102
Binary1000011111101011101101010011010111001111111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8775DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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