#8256d7

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

Shades of Medium Purple #8256D7

Tints of Medium Purple #8256D7

Color information

#8256D7 (or 0x8256D7) is unknown color: approx Medium Purple. HEX triplet: 82, 56 and D7. RGB value is (130,86,215). Sum of RGB (Red+Green+Blue) = 130+86+215=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #8256D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256D7 is #7DA928. Grayscale: #717171. Windows color (decimal): -8235305 or 14112386. OLE color: 14112386.

HSL color Cylindrical-coordinate representation of color #8256D7: hue angle of 260.47º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8256D7 is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13086215-
CMYK0.400.600.16
HSL260.47º61.72%59.02%-
HSV(B)260.47º60%84.31%-
XYZ24.816.3166.13-
YUV113.86185.08139.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 215 (84.38% from 255) = 49.88%
R=30.16%
G=19.95%
B=49.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130862150.400.600.16260.4761.7259.02
Hex8256D7283C0101043e3b
Octal20212632750740204047673
Binary10000010101011011010111101000111100010000100000100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8256d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8256d7; }

 p { color: rgb(130,86,215); }

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

<style>
 a { background-color: #8256d7; }

 a { background-color: rgb(130,86,215); }

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

<style>
 span { border-color: #8256d7; }

 span { border-color: rgb(130,86,215); }

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