#8F71EB

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

Shades of Medium Purple #8F71EB

Tints of Medium Purple #8F71EB

Color information

#8F71EB (or 0x8F71EB) is unknown color: approx Medium Purple. HEX triplet: 8F, 71 and EB. RGB value is (143,113,235). Sum of RGB (Red+Green+Blue) = 143+113+235=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F71EB is #708E14. Grayscale: #878787. Windows color (decimal): -7376405 or 15430031. OLE color: 15430031.

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

Color convert

RGB143113235-
CMYK0.390.5200.08
HSL254.75º75.31%68.24%-
HSV(B)254.75º51.91%92.16%-
XYZ32.2323.6581.46-
YUV135.88183.94133.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 235 (92.19% from 255) = 47.86%
R=29.12%
G=23.01%
B=47.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1431132350.390.5200.08254.7575.3168.24
Hex8F71EB273408ff4b44
Octal2171613534764010377113104
Binary10001111111000111101011100111110100010001111111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F71EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,235); }

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

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

 a { background-color: rgb(143,113,235); }

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

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

 span { border-color: rgb(143,113,235); }

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