#8C81DE

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

Shades of Medium Purple #8C81DE

Tints of Medium Purple #8C81DE

Color information

#8C81DE (or 0x8C81DE) is unknown color: approx Medium Purple. HEX triplet: 8C, 81 and DE. RGB value is (140,129,222). Sum of RGB (Red+Green+Blue) = 140+129+222=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C81DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C81DE is #737E21. Grayscale: #8E8E8E. Windows color (decimal): -7568930 or 14582156. OLE color: 14582156.

HSL color Cylindrical-coordinate representation of color #8C81DE: hue angle of 247.1º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C81DE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140129222-
CMYK0.370.4200.13
HSL247.1º58.49%68.82%-
HSV(B)247.1º41.89%87.06%-
XYZ31.8526.5572.55-
YUV142.89172.64125.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 129 (50.78% from 255) = 26.27%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=28.51%
G=26.27%
B=45.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401292220.370.4200.13247.158.4968.82
Hex8C81DE252A0Df73a45
Octal214201336455201536772105
Binary10001100100000011101111010010110101001101111101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,129,222); }

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

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

 a { background-color: rgb(140,129,222); }

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

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

 span { border-color: rgb(140,129,222); }

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