#826BD8

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

Shades of Medium Purple #826BD8

Tints of Medium Purple #826BD8

Color information

#826BD8 (or 0x826BD8) is unknown color: approx Medium Purple. HEX triplet: 82, 6B and D8. RGB value is (130,107,216). Sum of RGB (Red+Green+Blue) = 130+107+216=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #826BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BD8 is #7D9427. Grayscale: #7D7D7D. Windows color (decimal): -8229928 or 14183298. OLE color: 14183298.

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

Color convert

RGB130107216-
CMYK0.400.5000.15
HSL252.66º58.29%63.33%-
HSV(B)252.66º50.46%84.71%-
XYZ26.8620.2267.45-
YUV126.3178.62130.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=28.70%
G=23.62%
B=47.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301072160.400.5000.15252.6658.2963.33
Hex826BD828320Ffd3a3f
Octal20215333050620173757277
Binary100000101101011110110001010001100100111111111101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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