#83638F

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

Shades of Affair #83638F

Tints of Affair #83638F

Color information

#83638F (or 0x83638F) is unknown color: approx Affair. HEX triplet: 83, 63 and 8F. RGB value is (131,99,143). Sum of RGB (Red+Green+Blue) = 131+99+143=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #83638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83638F is #7C9C70. Grayscale: #717171. Windows color (decimal): -8166513 or 9397123. OLE color: 9397123.

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

Color convert

RGB13199143-
CMYK0.080.3100.44
HSL283.64º18.18%47.45%-
HSV(B)283.64º30.77%56.08%-
XYZ18.7815.7328.03-
YUV113.58144.6140.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=35.12%
G=26.54%
B=38.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131991430.080.3100.44283.6418.1847.45
Hex83638F81F02C11c122f
Octal20314321710370544342257
Binary10000011110001110001111100011111010110010001110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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