#8E69DB

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

Shades of Medium Purple #8E69DB

Tints of Medium Purple #8E69DB

Color information

#8E69DB (or 0x8E69DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 69 and DB. RGB value is (142,105,219). Sum of RGB (Red+Green+Blue) = 142+105+219=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69DB is #719624. Grayscale: #808080. Windows color (decimal): -7444005 or 14379406. OLE color: 14379406.

HSL color Cylindrical-coordinate representation of color #8E69DB: hue angle of 259.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E69DB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB142105219-
CMYK0.350.5200.14
HSL259.47º61.29%63.53%-
HSV(B)259.47º52.05%85.88%-
XYZ28.9920.9769.54-
YUV129.06178.76137.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=30.47%
G=22.53%
B=47.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421052190.350.5200.14259.4761.2963.53
Hex8E69DB23340E1033d40
Octal216151333436401640375100
Binary10001110110100111011011100011110100011101000000111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E69DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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