#8B70DE

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

Shades of Medium Purple #8B70DE

Tints of Medium Purple #8B70DE

Color information

#8B70DE (or 0x8B70DE) is unknown color: approx Medium Purple. HEX triplet: 8B, 70 and DE. RGB value is (139,112,222). Sum of RGB (Red+Green+Blue) = 139+112+222=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B70DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B70DE is #748F21. Grayscale: #848484. Windows color (decimal): -7638818 or 14577803. OLE color: 14577803.

HSL color Cylindrical-coordinate representation of color #8B70DE: hue angle of 254.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B70DE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139112222-
CMYK0.370.5000.13
HSL254.73º62.5%65.49%-
HSV(B)254.73º49.55%87.06%-
XYZ29.6322.3571.86-
YUV132.61178.45132.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.39%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=29.39%
G=23.68%
B=46.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391122220.370.5000.13254.7362.565.49
Hex8B70DE25320Dff3e41
Octal213160336456201537776101
Binary1000101111100001101111010010111001001101111111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B70DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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