#8267D8

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

Shades of Medium Purple #8267D8

Tints of Medium Purple #8267D8

Color information

#8267D8 (or 0x8267D8) is unknown color: approx Medium Purple. HEX triplet: 82, 67 and D8. RGB value is (130,103,216). Sum of RGB (Red+Green+Blue) = 130+103+216=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #8267D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267D8 is #7D9827. Grayscale: #7B7B7B. Windows color (decimal): -8230952 or 14182274. OLE color: 14182274.

HSL color Cylindrical-coordinate representation of color #8267D8: hue angle of 254.34º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8267D8 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130103216-
CMYK0.400.5200.15
HSL254.34º59.16%62.55%-
HSV(B)254.34º52.31%84.71%-
XYZ26.4519.467.32-
YUV123.95179.95132.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=28.95%
G=22.94%
B=48.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301032160.400.5200.15254.3459.1662.55
Hex8267D828340Ffe3b3f
Octal20214733050640173767377
Binary100000101100111110110001010001101000111111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8267D8; }

 p { color: rgb(130,103,216); }

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

<style>
 a { background-color: #8267D8; }

 a { background-color: rgb(130,103,216); }

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

<style>
 span { border-color: #8267D8; }

 span { border-color: rgb(130,103,216); }

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