#8E69D9

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

Shades of Medium Purple #8E69D9

Tints of Medium Purple #8E69D9

Color information

#8E69D9 (or 0x8E69D9) is unknown color: approx Medium Purple. HEX triplet: 8E, 69 and D9. RGB value is (142,105,217). Sum of RGB (Red+Green+Blue) = 142+105+217=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #8E69D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69D9 is #719626. Grayscale: #808080. Windows color (decimal): -7444007 or 14248334. OLE color: 14248334.

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

Color convert

RGB142105217-
CMYK0.350.5200.15
HSL259.82º59.57%63.14%-
HSV(B)259.82º51.61%85.1%-
XYZ28.7320.8668.16-
YUV128.83177.76137.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=30.60%
G=22.63%
B=46.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421052170.350.5200.15259.8259.5763.14
Hex8E69D923340F1043c3f
Octal21615133143640174047477
Binary1000111011010011101100110001111010001111100000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,217); }

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

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

 a { background-color: rgb(142,105,217); }

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

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

 span { border-color: rgb(142,105,217); }

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