#8c7ad8

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

Shades of Medium Purple #8C7AD8

Tints of Medium Purple #8C7AD8

Color information

#8C7AD8 (or 0x8C7AD8) is unknown color: approx Medium Purple. HEX triplet: 8C, 7A and D8. RGB value is (140,122,216). Sum of RGB (Red+Green+Blue) = 140+122+216=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #8C7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7AD8 is #738527. Grayscale: #898989. Windows color (decimal): -7570728 or 14187148. OLE color: 14187148.

HSL color Cylindrical-coordinate representation of color #8C7AD8: hue angle of 251.49º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7AD8 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB140122216-
CMYK0.350.4400.15
HSL251.49º54.65%66.27%-
HSV(B)251.49º43.52%84.71%-
XYZ30.1724.4568.1-
YUV138.1171.96129.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 216 (84.77% from 255) = 45.19%
R=29.29%
G=25.52%
B=45.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401222160.350.4400.15251.4954.6566.27
Hex8C7AD8232C0Ffb3742
Octal214172330435401737367102
Binary1000110011110101101100010001110110001111111110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c7ad8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,122,216); }

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

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

 a { background-color: rgb(140,122,216); }

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

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

 span { border-color: rgb(140,122,216); }

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