#81629D

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

Shades of Deluge #81629D

Tints of Deluge #81629D

Color information

#81629D (or 0x81629D) is unknown color: approx Deluge. HEX triplet: 81, 62 and 9D. RGB value is (129,98,157). Sum of RGB (Red+Green+Blue) = 129+98+157=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #81629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81629D is #7E9D62. Grayscale: #717171. Windows color (decimal): -8297827 or 10314369. OLE color: 10314369.

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

Color convert

RGB12998157-
CMYK0.180.3800.38
HSL271.53º23.14%50%-
HSV(B)271.53º37.58%61.57%-
XYZ19.5115.8433.93-
YUV113.99152.27138.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=33.59%
G=25.52%
B=40.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129981570.180.3800.38271.5323.1450
Hex81629D12260261101732
Octal20114223522460464202762
Binary1000000111000101001110110010100110010011010001000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81629D; }

 p { color: rgb(129,98,157); }

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

<style>
 a { background-color: #81629D; }

 a { background-color: rgb(129,98,157); }

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

<style>
 span { border-color: #81629D; }

 span { border-color: rgb(129,98,157); }

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