#82638F

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

Shades of Affair #82638F

Tints of Affair #82638F

Color information

#82638F (or 0x82638F) is unknown color: approx Affair. HEX triplet: 82, 63 and 8F. RGB value is (130,99,143). Sum of RGB (Red+Green+Blue) = 130+99+143=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #82638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82638F is #7D9C70. Grayscale: #717171. Windows color (decimal): -8232049 or 9397122. OLE color: 9397122.

HSL color Cylindrical-coordinate representation of color #82638F: hue angle of 282.27º degrees, saturation: 0.18, 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 #82638F is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13099143-
CMYK0.090.3100.44
HSL282.27º18.18%47.45%-
HSV(B)282.27º30.77%56.08%-
XYZ18.6315.6528.03-
YUV113.28144.77139.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=34.95%
G=26.61%
B=38.44%

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
Decimal130991430.090.3100.44282.2718.1847.45
Hex82638F91F02C11a122f
Octal20214321711370544322257
Binary10000010110001110001111100111111010110010001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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