#825ED5

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

Shades of Medium Purple #825ED5

Tints of Medium Purple #825ED5

Color information

#825ED5 (or 0x825ED5) is unknown color: approx Medium Purple. HEX triplet: 82, 5E and D5. RGB value is (130,94,213). Sum of RGB (Red+Green+Blue) = 130+94+213=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #825ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ED5 is #7DA12A. Grayscale: #757575. Windows color (decimal): -8233259 or 13983362. OLE color: 13983362.

HSL color Cylindrical-coordinate representation of color #825ED5: hue angle of 258.15º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825ED5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13094213-
CMYK0.390.5600.16
HSL258.15º58.62%60.2%-
HSV(B)258.15º55.87%83.53%-
XYZ25.2217.5665.01-
YUV118.33181.43136.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 94 (37.11% from 255) = 21.51%
BLUE value IS 213 (83.59% from 255) = 48.74%
R=29.75%
G=21.51%
B=48.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130942130.390.5600.16258.1558.6260.2
Hex825ED527380101023b3c
Octal20213632547700204027374
Binary10000010101111011010101100111111000010000100000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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