#8B70E5

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

Shades of Medium Purple #8B70E5

Tints of Medium Purple #8B70E5

Color information

#8B70E5 (or 0x8B70E5) is unknown color: approx Medium Purple. HEX triplet: 8B, 70 and E5. RGB value is (139,112,229). Sum of RGB (Red+Green+Blue) = 139+112+229=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70E5 is #748F1A. Grayscale: #848484. Windows color (decimal): -7638811 or 15036555. OLE color: 15036555.

HSL color Cylindrical-coordinate representation of color #8B70E5: hue angle of 253.85º 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 #8B70E5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB139112229-
CMYK0.390.5100.10
HSL253.85º69.23%66.86%-
HSV(B)253.85º51.09%89.8%-
XYZ30.5822.7376.9-
YUV133.41181.95131.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 229 (89.84% from 255) = 47.71%
R=28.96%
G=23.33%
B=47.71%

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
Decimal1391122290.390.5100.10253.8569.2366.86
Hex8B70E527330Afe4543
Octal2131603454763012376105103
Binary10001011111000011100101100111110011010101111111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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