#81638F

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

Shades of Affair #81638F

Tints of Affair #81638F

Color information

#81638F (or 0x81638F) is unknown color: approx Affair. HEX triplet: 81, 63 and 8F. RGB value is (129,99,143). Sum of RGB (Red+Green+Blue) = 129+99+143=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 99 (39.06% from 255 or 26.68% 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 #81638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81638F is #7E9C70. Grayscale: #707070. Windows color (decimal): -8297585 or 9397121. OLE color: 9397121.

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

Color convert

RGB12999143-
CMYK0.100.3100.44
HSL280.91º18.18%47.45%-
HSV(B)280.91º30.77%56.08%-
XYZ18.4715.5728.02-
YUV112.99144.94139.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=34.77%
G=26.68%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129991430.100.3100.44280.9118.1847.45
Hex81638FA1F02C119122f
Octal20114321712370544312257
Binary10000001110001110001111101011111010110010001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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