#825DB4

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

Shades of Deluge #825DB4

Tints of Deluge #825DB4

Color information

#825DB4 (or 0x825DB4) is unknown color: approx Deluge. HEX triplet: 82, 5D and B4. RGB value is (130,93,180). Sum of RGB (Red+Green+Blue) = 130+93+180=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #825DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DB4 is #7DA24B. Grayscale: #717171. Windows color (decimal): -8233548 or 11820418. OLE color: 11820418.

HSL color Cylindrical-coordinate representation of color #825DB4: hue angle of 265.52º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825DB4 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13093180-
CMYK0.280.4800.29
HSL265.52º36.71%53.53%-
HSV(B)265.52º48.33%70.59%-
XYZ21.3615.8745.12-
YUV113.98165.26139.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=32.26%
G=23.08%
B=44.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130931800.280.4800.29265.5236.7153.53
Hex825DB41C3001D10a2536
Octal20213526434600354124566
Binary1000001010111011011010011100110000011101100001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,93,180); }

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

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

 a { background-color: rgb(130,93,180); }

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

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

 span { border-color: rgb(130,93,180); }

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