#81659A

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

Shades of Deluge #81659A

Tints of Deluge #81659A

Color information

#81659A (or 0x81659A) is unknown color: approx Deluge. HEX triplet: 81, 65 and 9A. RGB value is (129,101,154). Sum of RGB (Red+Green+Blue) = 129+101+154=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #81659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81659A is #7E9A65. Grayscale: #737373. Windows color (decimal): -8297062 or 10118529. OLE color: 10118529.

HSL color Cylindrical-coordinate representation of color #81659A: hue angle of 271.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81659A is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB129101154-
CMYK0.160.3400.40
HSL271.7º20.78%50%-
HSV(B)271.7º34.42%60.39%-
XYZ19.5416.3132.69-
YUV115.41149.78137.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=33.59%
G=26.30%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291011540.160.3400.40271.720.7850
Hex81659A10220281101532
Octal20114523220420504202562
Binary1000000111001011001101010000100010010100010001000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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