#8F75ED

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

Shades of Medium Purple #8F75ED

Tints of Medium Purple #8F75ED

Color information

#8F75ED (or 0x8F75ED) is unknown color: approx Medium Purple. HEX triplet: 8F, 75 and ED. RGB value is (143,117,237). Sum of RGB (Red+Green+Blue) = 143+117+237=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F75ED is #708A12. Grayscale: #8A8A8A. Windows color (decimal): -7375379 or 15562127. OLE color: 15562127.

HSL color Cylindrical-coordinate representation of color #8F75ED: hue angle of 253º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F75ED is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143117237-
CMYK0.400.5100.07
HSL253º76.92%69.41%-
HSV(B)253º50.63%92.94%-
XYZ32.9824.6883.15-
YUV138.45183.61131.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=28.77%
G=23.54%
B=47.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431172370.400.5100.0725376.9269.41
Hex8F75ED283307fd4d45
Octal217165355506307375115105
Binary1000111111101011110110110100011001101111111110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F75ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,237); }

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

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

 a { background-color: rgb(143,117,237); }

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

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

 span { border-color: rgb(143,117,237); }

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