#8E7BD3

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

Shades of Medium Purple #8E7BD3

Tints of Medium Purple #8E7BD3

Color information

#8E7BD3 (or 0x8E7BD3) is unknown color: approx Medium Purple. HEX triplet: 8E, 7B and D3. RGB value is (142,123,211). Sum of RGB (Red+Green+Blue) = 142+123+211=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E7BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7BD3 is #71842C. Grayscale: #8A8A8A. Windows color (decimal): -7439405 or 13859726. OLE color: 13859726.

HSL color Cylindrical-coordinate representation of color #8E7BD3: hue angle of 252.95º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7BD3 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB142123211-
CMYK0.330.4200.17
HSL252.95º50%65.49%-
HSV(B)252.95º41.71%82.75%-
XYZ3024.6264.8-
YUV138.71168.79130.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 211 (82.81% from 255) = 44.33%
R=29.83%
G=25.84%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1421232110.330.4200.17252.955065.49
Hex8E7BD3212A011fd3241
Octal216173323415202137562101
Binary10001110111101111010011100001101010010001111111011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,123,211); }

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

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

 a { background-color: rgb(142,123,211); }

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

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

 span { border-color: rgb(142,123,211); }

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