#816B9F

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

Shades of Deluge #816B9F

Tints of Deluge #816B9F

Color information

#816B9F (or 0x816B9F) is unknown color: approx Deluge. HEX triplet: 81, 6B and 9F. RGB value is (129,107,159). Sum of RGB (Red+Green+Blue) = 129+107+159=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #816B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B9F is #7E9460. Grayscale: #777777. Windows color (decimal): -8295521 or 10447745. OLE color: 10447745.

HSL color Cylindrical-coordinate representation of color #816B9F: hue angle of 265.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816B9F is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129107159-
CMYK0.190.3300.38
HSL265.38º21.31%52.16%-
HSV(B)265.38º32.7%62.35%-
XYZ20.5717.6935.13-
YUV119.51150.29134.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=32.66%
G=27.09%
B=40.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291071590.190.3300.38265.3821.3152.16
Hex816B9F13210261091534
Octal20115323723410464112564
Binary1000000111010111001111110011100001010011010000100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B9F; }

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

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

<style>
 a { background-color: #816B9F; }

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

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

<style>
 span { border-color: #816B9F; }

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

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