#8265D7

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

Shades of Medium Purple #8265D7

Tints of Medium Purple #8265D7

Color information

#8265D7 (or 0x8265D7) is unknown color: approx Medium Purple. HEX triplet: 82, 65 and D7. RGB value is (130,101,215). Sum of RGB (Red+Green+Blue) = 130+101+215=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #8265D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265D7 is #7D9A28. Grayscale: #7A7A7A. Windows color (decimal): -8231465 or 14116226. OLE color: 14116226.

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

Color convert

RGB130101215-
CMYK0.400.5300.16
HSL255.26º58.76%61.96%-
HSV(B)255.26º53.02%84.31%-
XYZ26.1318.9666.57-
YUV122.67180.11133.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.15%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 215 (84.38% from 255) = 48.21%
R=29.15%
G=22.65%
B=48.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301012150.400.5300.16255.2658.7661.96
Hex8265D72835010ff3b3e
Octal20214532750650203777376
Binary1000001011001011101011110100011010101000011111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8265D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8265D7; }

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

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

<style>
 a { background-color: #8265D7; }

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

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

<style>
 span { border-color: #8265D7; }

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

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