#825EDB

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

Shades of Medium Purple #825EDB

Tints of Medium Purple #825EDB

Color information

#825EDB (or 0x825EDB) is unknown color: approx Medium Purple. HEX triplet: 82, 5E and DB. RGB value is (130,94,219). Sum of RGB (Red+Green+Blue) = 130+94+219=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #825EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDB is #7DA124. Grayscale: #767676. Windows color (decimal): -8233253 or 14376578. OLE color: 14376578.

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

Color convert

RGB13094219-
CMYK0.410.5700.14
HSL257.28º63.45%61.37%-
HSV(B)257.28º57.08%85.88%-
XYZ25.9917.8769.1-
YUV119.01184.43135.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=29.35%
G=21.22%
B=49.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130942190.410.5700.14257.2863.4561.37
Hex825EDB29390E1013f3d
Octal20213633351710164017775
Binary1000001010111101101101110100111100101110100000001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825EDB; }

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

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

<style>
 a { background-color: #825EDB; }

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

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

<style>
 span { border-color: #825EDB; }

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

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