#81508C

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

Shades of Affair #81508C

Tints of Affair #81508C

Color information

#81508C (or 0x81508C) is unknown color: approx Affair. HEX triplet: 81, 50 and 8C. RGB value is (129,80,140). Sum of RGB (Red+Green+Blue) = 129+80+140=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #81508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81508C is #7EAF73. Grayscale: #656565. Windows color (decimal): -8302452 or 9195649. OLE color: 9195649.

HSL color Cylindrical-coordinate representation of color #81508C: hue angle of 289º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81508C is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12980140-
CMYK0.080.4300.45
HSL289º27.27%43.14%-
HSV(B)289º42.86%54.9%-
XYZ16.6612.326.31-
YUV101.49149.73147.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=36.96%
G=22.92%
B=40.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129801400.080.4300.4528927.2743.14
Hex81508C82B02D1211b2b
Octal20112021410530554413353
Binary100000011010000100011001000101011010110110010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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