#806995

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

Shades of Topaz #806995

Tints of Topaz #806995

Color information

#806995 (or 0x806995) is unknown color: approx Topaz. HEX triplet: 80, 69 and 95. RGB value is (128,105,149). Sum of RGB (Red+Green+Blue) = 128+105+149=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #806995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806995 is #7F966A. Grayscale: #747474. Windows color (decimal): -8361579 or 9791872. OLE color: 9791872.

HSL color Cylindrical-coordinate representation of color #806995: hue angle of 271.36º 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 #806995 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128105149-
CMYK0.140.3000.42
HSL271.36º17.32%49.8%-
HSV(B)271.36º29.53%58.43%-
XYZ19.3816.8630.67-
YUV116.89146.12135.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=33.51%
G=27.49%
B=39.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281051490.140.3000.42271.3617.3249.8
Hex806995E1E02A10f1132
Octal20015122516360524172162
Binary10000000110100110010101111011110010101010000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806995; }

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

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

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

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

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

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

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

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