#81649E

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

Shades of Deluge #81649E

Tints of Deluge #81649E

Color information

#81649E (or 0x81649E) is unknown color: approx Deluge. HEX triplet: 81, 64 and 9E. RGB value is (129,100,158). Sum of RGB (Red+Green+Blue) = 129+100+158=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #81649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649E is #7E9B61. Grayscale: #737373. Windows color (decimal): -8297314 or 10380417. OLE color: 10380417.

HSL color Cylindrical-coordinate representation of color #81649E: hue angle of 270º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81649E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129100158-
CMYK0.180.3700.38
HSL270º23.02%50.59%-
HSV(B)270º36.71%61.96%-
XYZ19.7816.2534.44-
YUV115.28152.11137.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=33.33%
G=25.84%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291001580.180.3700.3827023.0250.59
Hex81649E122502610e1733
Octal20114423622450464162763
Binary1000000111001001001111010010100101010011010000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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