#816F93

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

Shades of Topaz #816F93

Tints of Topaz #816F93

Color information

#816F93 (or 0x816F93) is unknown color: approx Topaz. HEX triplet: 81, 6F and 93. RGB value is (129,111,147). Sum of RGB (Red+Green+Blue) = 129+111+147=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #816F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F93 is #7E906C. Grayscale: #787878. Windows color (decimal): -8294509 or 9662337. OLE color: 9662337.

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

Color convert

RGB129111147-
CMYK0.120.2400.42
HSL270º14.29%50.59%-
HSV(B)270º24.49%57.65%-
XYZ2018.1430.05-
YUV120.49142.96134.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=33.33%
G=28.68%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291111470.120.2400.4227014.2950.59
Hex816F93C1802A10ee33
Octal20115722314300524161663
Binary1000000111011111001001111001100001010101000011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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