#82598F

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

Shades of Affair #82598F

Tints of Affair #82598F

Color information

#82598F (or 0x82598F) is unknown color: approx Affair. HEX triplet: 82, 59 and 8F. RGB value is (130,89,143). Sum of RGB (Red+Green+Blue) = 130+89+143=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #82598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82598F is #7DA670. Grayscale: #6B6B6B. Windows color (decimal): -8234609 or 9394562. OLE color: 9394562.

HSL color Cylindrical-coordinate representation of color #82598F: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82598F is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13089143-
CMYK0.090.3800.44
HSL285.56º23.28%45.49%-
HSV(B)285.56º37.76%56.08%-
XYZ17.7413.8727.73-
YUV107.42148.08144.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=35.91%
G=24.59%
B=39.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130891430.090.3800.44285.5623.2845.49
Hex82598F92602C11e172d
Octal20213121711460544362755
Binary100000101011001100011111001100110010110010001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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