#825FAC

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

Shades of Deluge #825FAC

Tints of Deluge #825FAC

Color information

#825FAC (or 0x825FAC) is unknown color: approx Deluge. HEX triplet: 82, 5F and AC. RGB value is (130,95,172). Sum of RGB (Red+Green+Blue) = 130+95+172=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #825FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825FAC is #7DA053. Grayscale: #717171. Windows color (decimal): -8233044 or 11296642. OLE color: 11296642.

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

Color convert

RGB13095172-
CMYK0.240.4500.33
HSL267.27º31.69%52.35%-
HSV(B)267.27º44.77%67.45%-
XYZ20.7415.9141.01-
YUV114.24160.6139.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 172 (67.58% from 255) = 43.32%
R=32.75%
G=23.93%
B=43.32%

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
Decimal130951720.240.4500.33267.2731.6952.35
Hex825FAC182D02110b2034
Octal20213725430550414134064
Binary10000010101111110101100110001011010100001100001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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