#816C90

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

Shades of Topaz #816C90

Tints of Topaz #816C90

Color information

#816C90 (or 0x816C90) is unknown color: approx Topaz. HEX triplet: 81, 6C and 90. RGB value is (129,108,144). Sum of RGB (Red+Green+Blue) = 129+108+144=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #816C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816C90 is #7E936F. Grayscale: #767676. Windows color (decimal): -8295280 or 9464961. OLE color: 9464961.

HSL color Cylindrical-coordinate representation of color #816C90: hue angle of 275º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #816C90 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB129108144-
CMYK0.100.2500.44
HSL275º14.29%49.41%-
HSV(B)275º25%56.47%-
XYZ19.4517.4128.72-
YUV118.38142.46135.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=33.86%
G=28.35%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291081440.100.2500.4427514.2949.41
Hex816C90A1902C113e31
Octal20115422012310544231661
Binary1000000111011001001000010101100101011001000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,108,144); }

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

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

 a { background-color: rgb(129,108,144); }

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

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

 span { border-color: rgb(129,108,144); }

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