#816A91

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

Shades of Topaz #816A91

Tints of Topaz #816A91

Color information

#816A91 (or 0x816A91) is unknown color: approx Topaz. HEX triplet: 81, 6A and 91. RGB value is (129,106,145). Sum of RGB (Red+Green+Blue) = 129+106+145=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #816A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A91 is #7E956E. Grayscale: #757575. Windows color (decimal): -8295791 or 9529985. OLE color: 9529985.

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

Color convert

RGB129106145-
CMYK0.110.2700.43
HSL275.38º15.54%49.22%-
HSV(B)275.38º26.9%56.86%-
XYZ19.3217.0229.05-
YUV117.32143.62136.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=33.95%
G=27.89%
B=38.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291061450.110.2700.43275.3815.5449.22
Hex816A91B1B02B1131031
Octal20115222113330534232061
Binary10000001110101010010001101111011010101110001001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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