#8B71E5

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

Shades of Medium Purple #8B71E5

Tints of Medium Purple #8B71E5

Color information

#8B71E5 (or 0x8B71E5) is unknown color: approx Medium Purple. HEX triplet: 8B, 71 and E5. RGB value is (139,113,229). Sum of RGB (Red+Green+Blue) = 139+113+229=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B71E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B71E5 is #748E1A. Grayscale: #858585. Windows color (decimal): -7638555 or 15036811. OLE color: 15036811.

HSL color Cylindrical-coordinate representation of color #8B71E5: hue angle of 253.45º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B71E5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139113229-
CMYK0.390.5100.10
HSL253.45º69.05%67.06%-
HSV(B)253.45º50.66%89.8%-
XYZ30.722.9676.94-
YUV134181.61131.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=28.90%
G=23.49%
B=47.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1391132290.390.5100.10253.4569.0567.06
Hex8B71E527330Afd4543
Octal2131613454763012375105103
Binary10001011111000111100101100111110011010101111110110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B71E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,229); }

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

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

 a { background-color: rgb(139,113,229); }

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

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

 span { border-color: rgb(139,113,229); }

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