#8A70D3

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

Shades of Medium Purple #8A70D3

Tints of Medium Purple #8A70D3

Color information

#8A70D3 (or 0x8A70D3) is unknown color: approx Medium Purple. HEX triplet: 8A, 70 and D3. RGB value is (138,112,211). Sum of RGB (Red+Green+Blue) = 138+112+211=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #8A70D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70D3 is #758F2C. Grayscale: #828282. Windows color (decimal): -7704365 or 13856906. OLE color: 13856906.

HSL color Cylindrical-coordinate representation of color #8A70D3: hue angle of 255.76º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A70D3 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB138112211-
CMYK0.350.4700.17
HSL255.76º52.94%63.33%-
HSV(B)255.76º46.92%82.75%-
XYZ28.0321.6964.34-
YUV131.06173.11132.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=29.93%
G=24.30%
B=45.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1381122110.350.4700.17255.7652.9463.33
Hex8A70D3232F011100353f
Octal21216032343570214006577
Binary10001010111000011010011100011101111010001100000000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A70D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,211); }

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

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

 a { background-color: rgb(138,112,211); }

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

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

 span { border-color: rgb(138,112,211); }

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