#825992

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

Shades of Affair #825992

Tints of Affair #825992

Color information

#825992 (or 0x825992) is unknown color: approx Affair. HEX triplet: 82, 59 and 92. RGB value is (130,89,146). Sum of RGB (Red+Green+Blue) = 130+89+146=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #825992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825992 is #7DA66D. Grayscale: #6B6B6B. Windows color (decimal): -8234606 or 9591170. OLE color: 9591170.

HSL color Cylindrical-coordinate representation of color #825992: hue angle of 283.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825992 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13089146-
CMYK0.110.3900.43
HSL283.16º24.26%46.08%-
HSV(B)283.16º39.04%57.25%-
XYZ17.9713.9728.94-
YUV107.76149.58143.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 146 (57.42% from 255) = 40%
R=35.62%
G=24.38%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130891460.110.3900.43283.1624.2646.08
Hex825992B2702B11b182e
Octal20213122213470534333056
Binary100000101011001100100101011100111010101110001101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825992; }

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

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

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

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

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

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

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

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