#825DA9

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

Shades of Deluge #825DA9

Tints of Deluge #825DA9

Color information

#825DA9 (or 0x825DA9) is unknown color: approx Deluge. HEX triplet: 82, 5D and A9. RGB value is (130,93,169). Sum of RGB (Red+Green+Blue) = 130+93+169=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 169 - color contains mainly: blue. Hex color #825DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DA9 is #7DA256. Grayscale: #707070. Windows color (decimal): -8233559 or 11099522. OLE color: 11099522.

HSL color Cylindrical-coordinate representation of color #825DA9: hue angle of 269.21º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825DA9 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13093169-
CMYK0.230.4500.34
HSL269.21º30.65%51.37%-
HSV(B)269.21º44.97%66.27%-
XYZ20.2815.4439.45-
YUV112.73159.76140.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 93 (36.72% from 255) = 23.72%
BLUE value IS 169 (66.41% from 255) = 43.11%
R=33.16%
G=23.72%
B=43.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130931690.230.4500.34269.2130.6551.37
Hex825DA9172D02210d1f33
Octal20213525127550424153763
Binary1000001010111011010100110111101101010001010000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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