#825996

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

Shades of Affair #825996

Tints of Affair #825996

Color information

#825996 (or 0x825996) is unknown color: approx Affair. HEX triplet: 82, 59 and 96. RGB value is (130,89,150). Sum of RGB (Red+Green+Blue) = 130+89+150=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #825996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825996 is #7DA669. Grayscale: #6C6C6C. Windows color (decimal): -8234602 or 9853314. OLE color: 9853314.

HSL color Cylindrical-coordinate representation of color #825996: hue angle of 280.33º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #825996 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13089150-
CMYK0.130.4100.41
HSL280.33º25.52%46.86%-
HSV(B)280.33º40.67%58.82%-
XYZ18.2814.0930.61-
YUV108.21151.58143.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=35.23%
G=24.12%
B=40.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130891500.130.4100.41280.3325.5246.86
Hex825996D290291181a2f
Octal20213122615510514303257
Binary100000101011001100101101101101001010100110001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825996; }

 p { color: rgb(130,89,150); }

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

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

 a { background-color: rgb(130,89,150); }

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

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

 span { border-color: rgb(130,89,150); }

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