#8E75D7

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

Shades of Medium Purple #8E75D7

Tints of Medium Purple #8E75D7

Color information

#8E75D7 (or 0x8E75D7) is unknown color: approx Medium Purple. HEX triplet: 8E, 75 and D7. RGB value is (142,117,215). Sum of RGB (Red+Green+Blue) = 142+117+215=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E75D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75D7 is #718A28. Grayscale: #878787. Windows color (decimal): -7440937 or 14120334. OLE color: 14120334.

HSL color Cylindrical-coordinate representation of color #8E75D7: hue angle of 255.31º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E75D7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB142117215-
CMYK0.340.4600.16
HSL255.31º55.06%65.1%-
HSV(B)255.31º45.58%84.31%-
XYZ29.7823.3867.23-
YUV135.65172.78132.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 215 (84.38% from 255) = 45.36%
R=29.96%
G=24.68%
B=45.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1421172150.340.4600.16255.3155.0665.1
Hex8E75D7222E010ff3741
Octal216165327425602037767101
Binary10001110111010111010111100010101110010000111111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,117,215); }

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

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

 a { background-color: rgb(142,117,215); }

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

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

 span { border-color: rgb(142,117,215); }

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