#825899

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

Shades of Affair #825899

Tints of Affair #825899

Color information

#825899 (or 0x825899) is unknown color: approx Affair. HEX triplet: 82, 58 and 99. RGB value is (130,88,153). Sum of RGB (Red+Green+Blue) = 130+88+153=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #825899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825899 is #7DA766. Grayscale: #6B6B6B. Windows color (decimal): -8234855 or 10049666. OLE color: 10049666.

HSL color Cylindrical-coordinate representation of color #825899: hue angle of 278.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825899 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13088153-
CMYK0.150.4200.4
HSL278.77º26.97%47.25%-
HSV(B)278.77º42.48%60%-
XYZ18.4514.0331.87-
YUV107.97153.41143.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=35.04%
G=23.72%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130881530.150.4200.4278.7726.9747.25
Hex825899F2A0281171b2f
Octal20213023117520504273357
Binary100000101011000100110011111101010010100010001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825899; }

 p { color: rgb(130,88,153); }

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

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

 a { background-color: rgb(130,88,153); }

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

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

 span { border-color: rgb(130,88,153); }

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