#825DAF

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

Shades of Deluge #825DAF

Tints of Deluge #825DAF

Color information

#825DAF (or 0x825DAF) is unknown color: approx Deluge. HEX triplet: 82, 5D and AF. RGB value is (130,93,175). Sum of RGB (Red+Green+Blue) = 130+93+175=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #825DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAF is #7DA250. Grayscale: #717171. Windows color (decimal): -8233553 or 11492738. OLE color: 11492738.

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

Color convert

RGB13093175-
CMYK0.260.4700.31
HSL267.07º33.88%52.55%-
HSV(B)267.07º46.86%68.63%-
XYZ20.8615.6742.48-
YUV113.41162.76139.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.66%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 175 (68.75% from 255) = 43.97%
R=32.66%
G=23.37%
B=43.97%

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
Decimal130931750.260.4700.31267.0733.8852.55
Hex825DAF1A2F01F10b2235
Octal20213525732570374134265
Binary1000001010111011010111111010101111011111100001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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