#8A77DC

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

Shades of Medium Purple #8A77DC

Tints of Medium Purple #8A77DC

Color information

#8A77DC (or 0x8A77DC) is unknown color: approx Medium Purple. HEX triplet: 8A, 77 and DC. RGB value is (138,119,220). Sum of RGB (Red+Green+Blue) = 138+119+220=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77DC is #758823. Grayscale: #878787. Windows color (decimal): -7702564 or 14448522. OLE color: 14448522.

HSL color Cylindrical-coordinate representation of color #8A77DC: hue angle of 251.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A77DC is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138119220-
CMYK0.370.4600.14
HSL251.29º59.06%66.47%-
HSV(B)251.29º45.91%86.27%-
XYZ3023.7670.72-
YUV136.2175.29129.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=28.93%
G=24.95%
B=46.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381192200.370.4600.14251.2959.0666.47
Hex8A77DC252E0Efb3b42
Octal212167334455601637373102
Binary1000101011101111101110010010110111001110111110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A77DC; }

 p { color: rgb(138,119,220); }

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

<style>
 a { background-color: #8A77DC; }

 a { background-color: rgb(138,119,220); }

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

<style>
 span { border-color: #8A77DC; }

 span { border-color: rgb(138,119,220); }

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