#816893

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

Shades of Topaz #816893

Tints of Topaz #816893

Color information

#816893 (or 0x816893) is unknown color: approx Topaz. HEX triplet: 81, 68 and 93. RGB value is (129,104,147). Sum of RGB (Red+Green+Blue) = 129+104+147=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #816893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816893 is #7E976C. Grayscale: #747474. Windows color (decimal): -8296301 or 9660545. OLE color: 9660545.

HSL color Cylindrical-coordinate representation of color #816893: hue angle of 274.88º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #816893 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129104147-
CMYK0.120.2900.42
HSL274.88º17.13%49.22%-
HSV(B)274.88º29.25%57.65%-
XYZ19.2716.6729.81-
YUV116.38145.28137-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.95%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=33.95%
G=27.37%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291041470.120.2900.42274.8817.1349.22
Hex816893C1D02A1131131
Octal20115022314350524232161
Binary10000001110100010010011110011101010101010001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816893; }

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

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

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

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

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

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

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

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