#825DAB

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

Shades of Deluge #825DAB

Tints of Deluge #825DAB

Color information

#825DAB (or 0x825DAB) is unknown color: approx Deluge. HEX triplet: 82, 5D and AB. RGB value is (130,93,171). Sum of RGB (Red+Green+Blue) = 130+93+171=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #825DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAB is #7DA254. Grayscale: #707070. Windows color (decimal): -8233557 or 11230594. OLE color: 11230594.

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

Color convert

RGB13093171-
CMYK0.240.4600.33
HSL268.46º31.71%51.76%-
HSV(B)268.46º45.61%67.06%-
XYZ20.4715.5140.44-
YUV112.95160.76140.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 171 (67.19% from 255) = 43.40%
R=32.99%
G=23.60%
B=43.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130931710.240.4600.33268.4631.7151.76
Hex825DAB182E02110c2034
Octal20213525330560414144064
Binary10000010101110110101011110001011100100001100001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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