#8F72EA

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

Shades of Medium Purple #8F72EA

Tints of Medium Purple #8F72EA

Color information

#8F72EA (or 0x8F72EA) is unknown color: approx Medium Purple. HEX triplet: 8F, 72 and EA. RGB value is (143,114,234). Sum of RGB (Red+Green+Blue) = 143+114+234=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F72EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F72EA is #708D15. Grayscale: #878787. Windows color (decimal): -7376150 or 15364751. OLE color: 15364751.

HSL color Cylindrical-coordinate representation of color #8F72EA: hue angle of 254.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F72EA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143114234-
CMYK0.390.5100.08
HSL254.5º74.07%68.24%-
HSV(B)254.5º51.28%91.76%-
XYZ32.223.8180.74-
YUV136.35183.11132.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=29.12%
G=23.22%
B=47.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431142340.390.5100.08254.574.0768.24
Hex8F72EA273308fe4a44
Octal2171623524763010376112104
Binary10001111111001011101010100111110011010001111111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F72EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,114,234); }

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

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

 a { background-color: rgb(143,114,234); }

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

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

 span { border-color: rgb(143,114,234); }

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