#816995

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

Shades of Topaz #816995

Tints of Topaz #816995

Color information

#816995 (or 0x816995) is unknown color: approx Topaz. HEX triplet: 81, 69 and 95. RGB value is (129,105,149). Sum of RGB (Red+Green+Blue) = 129+105+149=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #816995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816995 is #7E966A. Grayscale: #757575. Windows color (decimal): -8296043 or 9791873. OLE color: 9791873.

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

Color convert

RGB129105149-
CMYK0.130.3000.42
HSL272.73º17.32%49.8%-
HSV(B)272.73º29.53%58.43%-
XYZ19.5316.9430.67-
YUV117.19145.95136.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=33.68%
G=27.42%
B=38.90%

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
Decimal1291051490.130.3000.42272.7317.3249.8
Hex816995D1E02A1111132
Octal20115122515360524212162
Binary10000001110100110010101110111110010101010001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816995; }

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

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

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

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

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

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

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

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