#82548D

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

Shades of Affair #82548D

Tints of Affair #82548D

Color information

#82548D (or 0x82548D) is unknown color: approx Affair. HEX triplet: 82, 54 and 8D. RGB value is (130,84,141). Sum of RGB (Red+Green+Blue) = 130+84+141=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #82548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82548D is #7DAB72. Grayscale: #686868. Windows color (decimal): -8235891 or 9262210. OLE color: 9262210.

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

Color convert

RGB13084141-
CMYK0.080.4000.45
HSL288.42º25.33%44.12%-
HSV(B)288.42º40.43%55.29%-
XYZ17.1813.0126.8-
YUV104.25148.74146.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=36.62%
G=23.66%
B=39.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130841410.080.4000.45288.4225.3344.12
Hex82548D82802D120192c
Octal20212421510500554403154
Binary100000101010100100011011000101000010110110010000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82548D; }

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

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

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

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

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

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

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

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