#82539A

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

Shades of Affair #82539A

Tints of Affair #82539A

Color information

#82539A (or 0x82539A) is unknown color: approx Affair. HEX triplet: 82, 53 and 9A. RGB value is (130,83,154). Sum of RGB (Red+Green+Blue) = 130+83+154=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #82539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82539A is #7DAC65. Grayscale: #686868. Windows color (decimal): -8236134 or 10113922. OLE color: 10113922.

HSL color Cylindrical-coordinate representation of color #82539A: hue angle of 279.72º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82539A is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13083154-
CMYK0.160.4600.40
HSL279.72º29.96%46.47%-
HSV(B)279.72º46.1%60.39%-
XYZ18.1313.2732.18-
YUV105.15155.57145.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=35.42%
G=22.62%
B=41.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130831540.160.4600.40279.7229.9646.47
Hex82539A102E0281181e2e
Octal20212323220560504303656
Binary1000001010100111001101010000101110010100010001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82539A; }

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

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

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

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

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

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

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

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