#82598D

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

Shades of Affair #82598D

Tints of Affair #82598D

Color information

#82598D (or 0x82598D) is unknown color: approx Affair. HEX triplet: 82, 59 and 8D. RGB value is (130,89,141). Sum of RGB (Red+Green+Blue) = 130+89+141=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #82598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82598D is #7DA672. Grayscale: #6B6B6B. Windows color (decimal): -8234611 or 9263490. OLE color: 9263490.

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

Color convert

RGB13089141-
CMYK0.080.3700.45
HSL287.31º22.61%45.1%-
HSV(B)287.31º36.88%55.29%-
XYZ17.5913.8126.94-
YUV107.19147.08144.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=36.11%
G=24.72%
B=39.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130891410.080.3700.45287.3122.6145.1
Hex82598D82502D11f172d
Octal20213121510450554372755
Binary100000101011001100011011000100101010110110001111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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