#826AD9

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

Shades of Medium Purple #826AD9

Tints of Medium Purple #826AD9

Color information

#826AD9 (or 0x826AD9) is unknown color: approx Medium Purple. HEX triplet: 82, 6A and D9. RGB value is (130,106,217). Sum of RGB (Red+Green+Blue) = 130+106+217=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #826AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AD9 is #7D9526. Grayscale: #7D7D7D. Windows color (decimal): -8230183 or 14248578. OLE color: 14248578.

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

Color convert

RGB130106217-
CMYK0.400.5100.15
HSL252.97º59.36%63.33%-
HSV(B)252.97º51.15%85.1%-
XYZ26.8820.0668.1-
YUV125.83179.45130.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 217 (85.16% from 255) = 47.90%
R=28.70%
G=23.40%
B=47.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301062170.400.5100.15252.9759.3663.33
Hex826AD928330Ffd3b3f
Octal20215233150630173757377
Binary100000101101010110110011010001100110111111111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826AD9; }

 p { color: rgb(130,106,217); }

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

<style>
 a { background-color: #826AD9; }

 a { background-color: rgb(130,106,217); }

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

<style>
 span { border-color: #826AD9; }

 span { border-color: rgb(130,106,217); }

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