#825EAA

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

Shades of Deluge #825EAA

Tints of Deluge #825EAA

Color information

#825EAA (or 0x825EAA) is unknown color: approx Deluge. HEX triplet: 82, 5E and AA. RGB value is (130,94,170). Sum of RGB (Red+Green+Blue) = 130+94+170=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #825EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EAA is #7DA155. Grayscale: #717171. Windows color (decimal): -8233302 or 11165314. OLE color: 11165314.

HSL color Cylindrical-coordinate representation of color #825EAA: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825EAA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13094170-
CMYK0.240.4500.33
HSL268.42º30.89%51.76%-
HSV(B)268.42º44.71%66.67%-
XYZ20.4615.6539.97-
YUV113.43159.93139.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=32.99%
G=23.86%
B=43.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130941700.240.4500.33268.4230.8951.76
Hex825EAA182D02110c1f34
Octal20213625230550414143764
Binary1000001010111101010101011000101101010000110000110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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