#82558E

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

Shades of Affair #82558E

Tints of Affair #82558E

Color information

#82558E (or 0x82558E) is unknown color: approx Affair. HEX triplet: 82, 55 and 8E. RGB value is (130,85,142). Sum of RGB (Red+Green+Blue) = 130+85+142=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #82558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82558E is #7DAA71. Grayscale: #686868. Windows color (decimal): -8235634 or 9328002. OLE color: 9328002.

HSL color Cylindrical-coordinate representation of color #82558E: hue angle of 287.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82558E is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13085142-
CMYK0.080.4000.44
HSL287.37º25.11%44.51%-
HSV(B)287.37º40.14%55.69%-
XYZ17.3413.227.22-
YUV104.95148.91145.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=36.41%
G=23.81%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130851420.080.4000.44287.3725.1144.51
Hex82558E82802C11f192d
Octal20212521610500544373155
Binary100000101010101100011101000101000010110010001111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82558E; }

 p { color: rgb(130,85,142); }

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

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

 a { background-color: rgb(130,85,142); }

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

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

 span { border-color: rgb(130,85,142); }

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