#825DB2

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

Shades of Deluge #825DB2

Tints of Deluge #825DB2

Color information

#825DB2 (or 0x825DB2) is unknown color: approx Deluge. HEX triplet: 82, 5D and B2. RGB value is (130,93,178). Sum of RGB (Red+Green+Blue) = 130+93+178=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #825DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DB2 is #7DA24D. Grayscale: #717171. Windows color (decimal): -8233550 or 11689346. OLE color: 11689346.

HSL color Cylindrical-coordinate representation of color #825DB2: hue angle of 266.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825DB2 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13093178-
CMYK0.270.4800.30
HSL266.12º35.56%53.14%-
HSV(B)266.12º47.75%69.8%-
XYZ21.1615.7944.05-
YUV113.75164.26139.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 178 (69.92% from 255) = 44.39%
R=32.42%
G=23.19%
B=44.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal130931780.270.4800.30266.1235.5653.14
Hex825DB21B3001E10a2435
Octal20213526233600364124465
Binary1000001010111011011001011011110000011110100001010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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