#8470DC

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

Shades of Medium Purple #8470DC

Tints of Medium Purple #8470DC

Color information

#8470DC (or 0x8470DC) is unknown color: approx Medium Purple. HEX triplet: 84, 70 and DC. RGB value is (132,112,220). Sum of RGB (Red+Green+Blue) = 132+112+220=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8470DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470DC is #7B8F23. Grayscale: #818181. Windows color (decimal): -8097572 or 14446724. OLE color: 14446724.

HSL color Cylindrical-coordinate representation of color #8470DC: hue angle of 251.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8470DC is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132112220-
CMYK0.400.4900.14
HSL251.11º60.67%65.1%-
HSV(B)251.11º49.09%86.27%-
XYZ28.2321.6670.4-
YUV130.29178.63129.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=28.45%
G=24.14%
B=47.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321122200.400.4900.14251.1160.6765.1
Hex8470DC28310Efb3d41
Octal204160334506101637375101
Binary1000010011100001101110010100011000101110111110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8470DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8470DC; }

 p { color: rgb(132,112,220); }

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

<style>
 a { background-color: #8470DC; }

 a { background-color: rgb(132,112,220); }

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

<style>
 span { border-color: #8470DC; }

 span { border-color: rgb(132,112,220); }

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