#82628F

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

Shades of Affair #82628F

Tints of Affair #82628F

Color information

#82628F (or 0x82628F) is unknown color: approx Affair. HEX triplet: 82, 62 and 8F. RGB value is (130,98,143). Sum of RGB (Red+Green+Blue) = 130+98+143=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #82628F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82628F is #7D9D70. Grayscale: #707070. Windows color (decimal): -8232305 or 9396866. OLE color: 9396866.

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

Color convert

RGB13098143-
CMYK0.090.3100.44
HSL282.67º18.67%47.25%-
HSV(B)282.67º31.47%56.08%-
XYZ18.5315.4627.99-
YUV112.7145.1140.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=35.04%
G=26.42%
B=38.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130981430.090.3100.44282.6718.6747.25
Hex82628F91F02C11b132f
Octal20214221711370544332357
Binary10000010110001010001111100111111010110010001101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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