#816F91

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

Shades of Topaz #816F91

Tints of Topaz #816F91

Color information

#816F91 (or 0x816F91) is unknown color: approx Topaz. HEX triplet: 81, 6F and 91. RGB value is (129,111,145). Sum of RGB (Red+Green+Blue) = 129+111+145=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #816F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F91 is #7E906E. Grayscale: #787878. Windows color (decimal): -8294511 or 9531265. OLE color: 9531265.

HSL color Cylindrical-coordinate representation of color #816F91: hue angle of 271.76º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816F91 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129111145-
CMYK0.110.2300.43
HSL271.76º13.39%50.2%-
HSV(B)271.76º23.45%56.86%-
XYZ19.8518.0829.23-
YUV120.26141.96134.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=33.51%
G=28.83%
B=37.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291111450.110.2300.43271.7613.3950.2
Hex816F91B1702B110d32
Octal20115722113270534201562
Binary1000000111011111001000110111011101010111000100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,145); }

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

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

 a { background-color: rgb(129,111,145); }

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

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

 span { border-color: rgb(129,111,145); }

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