#8E69E9

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

Shades of Medium Purple #8E69E9

Tints of Medium Purple #8E69E9

Color information

#8E69E9 (or 0x8E69E9) is unknown color: approx Medium Purple. HEX triplet: 8E, 69 and E9. RGB value is (142,105,233). Sum of RGB (Red+Green+Blue) = 142+105+233=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #8E69E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69E9 is #719616. Grayscale: #828282. Windows color (decimal): -7443991 or 15296910. OLE color: 15296910.

HSL color Cylindrical-coordinate representation of color #8E69E9: hue angle of 257.34º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E69E9 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142105233-
CMYK0.390.5500.09
HSL257.34º74.42%66.27%-
HSV(B)257.34º54.94%91.37%-
XYZ30.9121.7479.66-
YUV130.66185.76136.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.58%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 233 (91.41% from 255) = 48.54%
R=29.58%
G=21.88%
B=48.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421052330.390.5500.09257.3474.4266.27
Hex8E69E92737091014a42
Octal2161513514767011401112102
Binary100011101101001111010011001111101110100110000000110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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