#81659B

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

Shades of Deluge #81659B

Tints of Deluge #81659B

Color information

#81659B (or 0x81659B) is unknown color: approx Deluge. HEX triplet: 81, 65 and 9B. RGB value is (129,101,155). Sum of RGB (Red+Green+Blue) = 129+101+155=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #81659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81659B is #7E9A64. Grayscale: #737373. Windows color (decimal): -8297061 or 10184065. OLE color: 10184065.

HSL color Cylindrical-coordinate representation of color #81659B: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81659B is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129101155-
CMYK0.170.3500.39
HSL271.11º21.26%50.2%-
HSV(B)271.11º34.84%60.78%-
XYZ19.6216.3433.13-
YUV115.53150.28137.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=33.51%
G=26.23%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291011550.170.3500.39271.1121.2650.2
Hex81659B112302710f1532
Octal20114523321430474172562
Binary1000000111001011001101110001100011010011110000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,101,155); }

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

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

 a { background-color: rgb(129,101,155); }

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

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

 span { border-color: rgb(129,101,155); }

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