#816894

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

Shades of Topaz #816894

Tints of Topaz #816894

Color information

#816894 (or 0x816894) is unknown color: approx Topaz. HEX triplet: 81, 68 and 94. RGB value is (129,104,148). Sum of RGB (Red+Green+Blue) = 129+104+148=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #816894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816894 is #7E976B. Grayscale: #747474. Windows color (decimal): -8296300 or 9726081. OLE color: 9726081.

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

Color convert

RGB129104148-
CMYK0.130.3000.42
HSL274.09º17.46%49.41%-
HSV(B)274.09º29.73%58.04%-
XYZ19.3516.7130.22-
YUV116.49145.78136.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=33.86%
G=27.30%
B=38.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291041480.130.3000.42274.0917.4649.41
Hex816894D1E02A1121131
Octal20115022415360524222161
Binary10000001110100010010100110111110010101010001001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816894; }

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

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

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

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

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

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

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

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