#826BDB

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

Shades of Medium Purple #826BDB

Tints of Medium Purple #826BDB

Color information

#826BDB (or 0x826BDB) is unknown color: approx Medium Purple. HEX triplet: 82, 6B and DB. RGB value is (130,107,219). Sum of RGB (Red+Green+Blue) = 130+107+219=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #826BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BDB is #7D9424. Grayscale: #7E7E7E. Windows color (decimal): -8229925 or 14379906. OLE color: 14379906.

HSL color Cylindrical-coordinate representation of color #826BDB: hue angle of 252.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826BDB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130107219-
CMYK0.410.5100.14
HSL252.32º60.87%63.92%-
HSV(B)252.32º51.14%85.88%-
XYZ27.2520.3869.51-
YUV126.65180.12130.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 219 (85.94% from 255) = 48.03%
R=28.51%
G=23.46%
B=48.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301072190.410.5100.14252.3260.8763.92
Hex826BDB29330Efc3d40
Octal202153333516301637475100
Binary1000001011010111101101110100111001101110111111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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