#806E8D

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

Shades of Topaz #806E8D

Tints of Topaz #806E8D

Color information

#806E8D (or 0x806E8D) is unknown color: approx Topaz. HEX triplet: 80, 6E and 8D. RGB value is (128,110,141). Sum of RGB (Red+Green+Blue) = 128+110+141=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #806E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806E8D is #7F9172. Grayscale: #767676. Windows color (decimal): -8360307 or 9268864. OLE color: 9268864.

HSL color Cylindrical-coordinate representation of color #806E8D: hue angle of 274.84º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806E8D is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128110141-
CMYK0.090.2200.45
HSL274.84º12.35%49.22%-
HSV(B)274.84º21.99%55.29%-
XYZ19.2917.6627.59-
YUV118.92140.46134.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=33.77%
G=29.02%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281101410.090.2200.45274.8412.3549.22
Hex806E8D91602D113c31
Octal20015621511260554231461
Binary1000000011011101000110110011011001011011000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E8D; }

 p { color: rgb(128,110,141); }

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

<style>
 a { background-color: #806E8D; }

 a { background-color: rgb(128,110,141); }

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

<style>
 span { border-color: #806E8D; }

 span { border-color: rgb(128,110,141); }

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