#81508A

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

Shades of Affair #81508A

Tints of Affair #81508A

Color information

#81508A (or 0x81508A) is unknown color: approx Affair. HEX triplet: 81, 50 and 8A. RGB value is (129,80,138). Sum of RGB (Red+Green+Blue) = 129+80+138=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #81508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81508A is #7EAF75. Grayscale: #656565. Windows color (decimal): -8302454 or 9064577. OLE color: 9064577.

HSL color Cylindrical-coordinate representation of color #81508A: hue angle of 290.69º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81508A is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12980138-
CMYK0.070.4200.46
HSL290.69º26.61%42.75%-
HSV(B)290.69º42.03%54.12%-
XYZ16.5112.2425.54-
YUV101.26148.73147.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=37.18%
G=23.05%
B=39.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129801380.070.4200.46290.6926.6142.75
Hex81508A72A02E1231b2b
Octal2011202127520564433353
Binary10000001101000010001010111101010010111010010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81508A; }

 p { color: rgb(129,80,138); }

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

<style>
 a { background-color: #81508A; }

 a { background-color: rgb(129,80,138); }

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

<style>
 span { border-color: #81508A; }

 span { border-color: rgb(129,80,138); }

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