#8E69EB

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

Shades of Medium Purple #8E69EB

Tints of Medium Purple #8E69EB

Color information

#8E69EB (or 0x8E69EB) is unknown color: approx Medium Purple. HEX triplet: 8E, 69 and EB. RGB value is (142,105,235). Sum of RGB (Red+Green+Blue) = 142+105+235=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E69EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69EB is #719614. Grayscale: #828282. Windows color (decimal): -7443989 or 15427982. OLE color: 15427982.

HSL color Cylindrical-coordinate representation of color #8E69EB: hue angle of 257.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E69EB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142105235-
CMYK0.400.5500.08
HSL257.08º76.47%66.67%-
HSV(B)257.08º55.32%92.16%-
XYZ31.221.8581.17-
YUV130.88186.76135.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=29.46%
G=21.78%
B=48.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421052350.400.5500.08257.0876.4766.67
Hex8E69EB2837081014c43
Octal2161513535067010401114103
Binary100011101101001111010111010001101110100010000000110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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