#825CAF

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

Shades of Deluge #825CAF

Tints of Deluge #825CAF

Color information

#825CAF (or 0x825CAF) is unknown color: approx Deluge. HEX triplet: 82, 5C and AF. RGB value is (130,92,175). Sum of RGB (Red+Green+Blue) = 130+92+175=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #825CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAF is #7DA350. Grayscale: #707070. Windows color (decimal): -8233809 or 11492482. OLE color: 11492482.

HSL color Cylindrical-coordinate representation of color #825CAF: hue angle of 267.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825CAF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13092175-
CMYK0.260.4700.31
HSL267.47º34.16%52.35%-
HSV(B)267.47º47.43%68.63%-
XYZ20.7715.542.45-
YUV112.82163.09140.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=32.75%
G=23.17%
B=44.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130921750.260.4700.31267.4734.1652.35
Hex825CAF1A2F01F10b2234
Octal20213425732570374134264
Binary1000001010111001010111111010101111011111100001011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,175); }

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

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

 a { background-color: rgb(130,92,175); }

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

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

 span { border-color: rgb(130,92,175); }

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