#81679F

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

Shades of Deluge #81679F

Tints of Deluge #81679F

Color information

#81679F (or 0x81679F) is unknown color: approx Deluge. HEX triplet: 81, 67 and 9F. RGB value is (129,103,159). Sum of RGB (Red+Green+Blue) = 129+103+159=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #81679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81679F is #7E9860. Grayscale: #747474. Windows color (decimal): -8296545 or 10446721. OLE color: 10446721.

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

Color convert

RGB129103159-
CMYK0.190.3500.38
HSL267.86º22.58%51.37%-
HSV(B)267.86º35.22%62.35%-
XYZ20.1616.8734.99-
YUV117.16151.61136.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=32.99%
G=26.34%
B=40.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291031590.190.3500.38267.8622.5851.37
Hex81679F132302610c1733
Octal20114723723430464142763
Binary1000000111001111001111110011100011010011010000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81679F; }

 p { color: rgb(129,103,159); }

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

<style>
 a { background-color: #81679F; }

 a { background-color: rgb(129,103,159); }

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

<style>
 span { border-color: #81679F; }

 span { border-color: rgb(129,103,159); }

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