#825391

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

Shades of Affair #825391

Tints of Affair #825391

Color information

#825391 (or 0x825391) is unknown color: approx Affair. HEX triplet: 82, 53 and 91. RGB value is (130,83,145). Sum of RGB (Red+Green+Blue) = 130+83+145=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #825391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825391 is #7DAC6E. Grayscale: #676767. Windows color (decimal): -8236143 or 9524098. OLE color: 9524098.

HSL color Cylindrical-coordinate representation of color #825391: hue angle of 285.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825391 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13083145-
CMYK0.100.4300.43
HSL285.48º27.19%44.71%-
HSV(B)285.48º42.76%56.86%-
XYZ17.4112.9828.38-
YUV104.12151.07146.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=36.31%
G=23.18%
B=40.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130831450.100.4300.43285.4827.1944.71
Hex825391A2B02B11d1b2d
Octal20212322112530534353355
Binary100000101010011100100011010101011010101110001110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825391; }

 p { color: rgb(130,83,145); }

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

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

 a { background-color: rgb(130,83,145); }

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

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

 span { border-color: rgb(130,83,145); }

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