#8F80DE

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

Shades of Medium Purple #8F80DE

Tints of Medium Purple #8F80DE

Color information

#8F80DE (or 0x8F80DE) is unknown color: approx Medium Purple. HEX triplet: 8F, 80 and DE. RGB value is (143,128,222). Sum of RGB (Red+Green+Blue) = 143+128+222=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F80DE is #707F21. Grayscale: #8E8E8E. Windows color (decimal): -7372578 or 14581903. OLE color: 14581903.

HSL color Cylindrical-coordinate representation of color #8F80DE: hue angle of 249.57º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F80DE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB143128222-
CMYK0.360.4200.13
HSL249.57º58.75%68.63%-
HSV(B)249.57º42.34%87.06%-
XYZ32.2326.5572.53-
YUV143.2172.47127.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=29.01%
G=25.96%
B=45.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1431282220.360.4200.13249.5758.7568.63
Hex8F80DE242A0Dfa3b45
Octal217200336445201537273105
Binary10001111100000001101111010010010101001101111110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,222); }

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

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

 a { background-color: rgb(143,128,222); }

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

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

 span { border-color: rgb(143,128,222); }

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