#8E68DD

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

Shades of Medium Purple #8E68DD

Tints of Medium Purple #8E68DD

Color information

#8E68DD (or 0x8E68DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 68 and DD. RGB value is (142,104,221). Sum of RGB (Red+Green+Blue) = 142+104+221=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68DD is #719722. Grayscale: #808080. Windows color (decimal): -7444259 or 14510222. OLE color: 14510222.

HSL color Cylindrical-coordinate representation of color #8E68DD: hue angle of 259.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E68DD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142104221-
CMYK0.360.5300.13
HSL259.49º63.24%63.73%-
HSV(B)259.49º52.94%86.67%-
XYZ29.1620.8770.9-
YUV128.7180.09137.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=30.41%
G=22.27%
B=47.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421042210.360.5300.13259.4963.2463.73
Hex8E68DD24350D1033f40
Octal216150335446501540377100
Binary10001110110100011011101100100110101011011000000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,221); }

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

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

 a { background-color: rgb(142,104,221); }

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

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

 span { border-color: rgb(142,104,221); }

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