#806695

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

Shades of Topaz #806695

Tints of Topaz #806695

Color information

#806695 (or 0x806695) is unknown color: approx Topaz. HEX triplet: 80, 66 and 95. RGB value is (128,102,149). Sum of RGB (Red+Green+Blue) = 128+102+149=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #806695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806695 is #7F996A. Grayscale: #727272. Windows color (decimal): -8362347 or 9791104. OLE color: 9791104.

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

Color convert

RGB128102149-
CMYK0.140.3200.42
HSL273.19º18.73%49.22%-
HSV(B)273.19º31.54%58.43%-
XYZ19.0816.2630.57-
YUV115.13147.11137.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 149 (58.59% from 255) = 39.31%
R=33.77%
G=26.91%
B=39.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281021490.140.3200.42273.1918.7349.22
Hex806695E2002A1111331
Octal20014622516400524212361
Binary100000001100110100101011110100000010101010001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806695; }

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

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

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

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

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

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

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

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