#816A93

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

Shades of Topaz #816A93

Tints of Topaz #816A93

Color information

#816A93 (or 0x816A93) is unknown color: approx Topaz. HEX triplet: 81, 6A and 93. RGB value is (129,106,147). Sum of RGB (Red+Green+Blue) = 129+106+147=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #816A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A93 is #7E956C. Grayscale: #757575. Windows color (decimal): -8295789 or 9661057. OLE color: 9661057.

HSL color Cylindrical-coordinate representation of color #816A93: hue angle of 273.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #816A93 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129106147-
CMYK0.120.2800.42
HSL273.66º16.21%49.61%-
HSV(B)273.66º27.89%57.65%-
XYZ19.4717.0829.87-
YUV117.55144.62136.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=33.77%
G=27.75%
B=38.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291061470.120.2800.42273.6616.2149.61
Hex816A93C1C02A1121032
Octal20115222314340524222062
Binary10000001110101010010011110011100010101010001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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