#81649C

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

Shades of Deluge #81649C

Tints of Deluge #81649C

Color information

#81649C (or 0x81649C) is unknown color: approx Deluge. HEX triplet: 81, 64 and 9C. RGB value is (129,100,156). Sum of RGB (Red+Green+Blue) = 129+100+156=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #81649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649C is #7E9B63. Grayscale: #727272. Windows color (decimal): -8297316 or 10249345. OLE color: 10249345.

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

Color convert

RGB129100156-
CMYK0.170.3600.39
HSL271.07º22.05%50.2%-
HSV(B)271.07º35.9%61.18%-
XYZ19.6116.1833.54-
YUV115.05151.11137.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=33.51%
G=25.97%
B=40.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291001560.170.3600.39271.0722.0550.2
Hex81649C112402710f1632
Octal20114423421440474172662
Binary1000000111001001001110010001100100010011110000111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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