#816F95

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

Shades of Topaz #816F95

Tints of Topaz #816F95

Color information

#816F95 (or 0x816F95) is unknown color: approx Topaz. HEX triplet: 81, 6F and 95. RGB value is (129,111,149). Sum of RGB (Red+Green+Blue) = 129+111+149=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #816F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816F95 is #7E906A. Grayscale: #787878. Windows color (decimal): -8294507 or 9793409. OLE color: 9793409.

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

Color convert

RGB129111149-
CMYK0.130.2600.42
HSL268.42º15.2%50.98%-
HSV(B)268.42º25.5%58.43%-
XYZ20.1618.2130.89-
YUV120.71143.96133.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=33.16%
G=28.53%
B=38.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291111490.130.2600.42268.4215.250.98
Hex816F95D1A02A10cf33
Octal20115722515320524141763
Binary1000000111011111001010111011101001010101000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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