#81598B

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

Shades of Affair #81598B

Tints of Affair #81598B

Color information

#81598B (or 0x81598B) is unknown color: approx Affair. HEX triplet: 81, 59 and 8B. RGB value is (129,89,139). Sum of RGB (Red+Green+Blue) = 129+89+139=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #81598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81598B is #7EA674. Grayscale: #6A6A6A. Windows color (decimal): -8300149 or 9132417. OLE color: 9132417.

HSL color Cylindrical-coordinate representation of color #81598B: hue angle of 288º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81598B is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12989139-
CMYK0.070.3600.45
HSL288º21.93%44.71%-
HSV(B)288º35.97%54.51%-
XYZ17.2913.6826.15-
YUV106.66146.25143.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=36.13%
G=24.93%
B=38.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129891390.070.3600.4528821.9344.71
Hex81598B72402D120162d
Octal2011312137440554402655
Binary10000001101100110001011111100100010110110010000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81598B; }

 p { color: rgb(129,89,139); }

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

<style>
 a { background-color: #81598B; }

 a { background-color: rgb(129,89,139); }

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

<style>
 span { border-color: #81598B; }

 span { border-color: rgb(129,89,139); }

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