#81659C

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

Shades of Deluge #81659C

Tints of Deluge #81659C

Color information

#81659C (or 0x81659C) is unknown color: approx Deluge. HEX triplet: 81, 65 and 9C. RGB value is (129,101,156). Sum of RGB (Red+Green+Blue) = 129+101+156=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #81659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81659C is #7E9A63. Grayscale: #737373. Windows color (decimal): -8297060 or 10249601. OLE color: 10249601.

HSL color Cylindrical-coordinate representation of color #81659C: hue angle of 270.55º degrees, saturation: 0.22, 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 #81659C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB129101156-
CMYK0.170.3500.39
HSL270.55º21.74%50.39%-
HSV(B)270.55º35.26%61.18%-
XYZ19.7116.3733.57-
YUV115.64150.78137.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=33.42%
G=26.17%
B=40.41%

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
Decimal1291011560.170.3500.39270.5521.7450.39
Hex81659C112302710f1632
Octal20114523421430474172662
Binary1000000111001011001110010001100011010011110000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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