#806C95

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

Shades of Topaz #806C95

Tints of Topaz #806C95

Color information

#806C95 (or 0x806C95) is unknown color: approx Topaz. HEX triplet: 80, 6C and 95. RGB value is (128,108,149). Sum of RGB (Red+Green+Blue) = 128+108+149=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #806C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806C95 is #7F936A. Grayscale: #767676. Windows color (decimal): -8360811 or 9792640. OLE color: 9792640.

HSL color Cylindrical-coordinate representation of color #806C95: hue angle of 269.27º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806C95 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128108149-
CMYK0.140.2800.42
HSL269.27º16.21%50.39%-
HSV(B)269.27º27.52%58.43%-
XYZ19.6917.4830.77-
YUV118.65145.13134.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.25%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=33.25%
G=28.05%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281081490.140.2800.42269.2716.2150.39
Hex806C95E1C02A10d1032
Octal20015422516340524152062
Binary10000000110110010010101111011100010101010000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806C95; }

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

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

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

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

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

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

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

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