#825499

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

Shades of Affair #825499

Tints of Affair #825499

Color information

#825499 (or 0x825499) is unknown color: approx Affair. HEX triplet: 82, 54 and 99. RGB value is (130,84,153). Sum of RGB (Red+Green+Blue) = 130+84+153=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #825499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825499 is #7DAB66. Grayscale: #696969. Windows color (decimal): -8235879 or 10048642. OLE color: 10048642.

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

Color convert

RGB13084153-
CMYK0.150.4500.4
HSL280º29.11%46.47%-
HSV(B)280º45.1%60%-
XYZ18.1313.3931.77-
YUV105.62154.74145.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=35.42%
G=22.89%
B=41.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130841530.150.4500.428029.1146.47
Hex825499F2D0281181d2e
Octal20212423117550504303556
Binary100000101010100100110011111101101010100010001100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825499; }

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

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

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

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

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

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

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

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