#825AD6

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

Shades of Medium Purple #825AD6

Tints of Medium Purple #825AD6

Color information

#825AD6 (or 0x825AD6) is unknown color: approx Medium Purple. HEX triplet: 82, 5A and D6. RGB value is (130,90,214). Sum of RGB (Red+Green+Blue) = 130+90+214=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #825AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AD6 is #7DA529. Grayscale: #737373. Windows color (decimal): -8234282 or 14047874. OLE color: 14047874.

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

Color convert

RGB13090214-
CMYK0.390.5800.16
HSL259.35º60.19%59.61%-
HSV(B)259.35º57.94%83.92%-
XYZ2516.9165.57-
YUV116.1183.25137.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 90 (35.55% from 255) = 20.74%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=29.95%
G=20.74%
B=49.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130902140.390.5800.16259.3560.1959.61
Hex825AD6273A0101033c3c
Octal20213232647720204037474
Binary10000010101101011010110100111111010010000100000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,90,214); }

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

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

 a { background-color: rgb(130,90,214); }

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

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

 span { border-color: rgb(130,90,214); }

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