#825EAC

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

Shades of Deluge #825EAC

Tints of Deluge #825EAC

Color information

#825EAC (or 0x825EAC) is unknown color: approx Deluge. HEX triplet: 82, 5E and AC. RGB value is (130,94,172). Sum of RGB (Red+Green+Blue) = 130+94+172=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #825EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EAC is #7DA153. Grayscale: #717171. Windows color (decimal): -8233300 or 11296386. OLE color: 11296386.

HSL color Cylindrical-coordinate representation of color #825EAC: hue angle of 267.69º degrees, saturation: 0.32, 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 #825EAC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13094172-
CMYK0.240.4500.33
HSL267.69º31.97%52.16%-
HSV(B)267.69º45.35%67.45%-
XYZ20.6615.7340.98-
YUV113.66160.93139.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=32.83%
G=23.74%
B=43.43%

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
Decimal130941720.240.4500.33267.6931.9752.16
Hex825EAC182D02110c2034
Octal20213625430550414144064
Binary10000010101111010101100110001011010100001100001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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