#806993

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

Shades of Topaz #806993

Tints of Topaz #806993

Color information

#806993 (or 0x806993) is unknown color: approx Topaz. HEX triplet: 80, 69 and 93. RGB value is (128,105,147). Sum of RGB (Red+Green+Blue) = 128+105+147=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #806993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806993 is #7F966C. Grayscale: #747474. Windows color (decimal): -8361581 or 9660800. OLE color: 9660800.

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

Color convert

RGB128105147-
CMYK0.130.2900.42
HSL272.86º16.67%49.41%-
HSV(B)272.86º28.57%57.65%-
XYZ19.2216.829.83-
YUV116.66145.12136.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.68%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=33.68%
G=27.63%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281051470.130.2900.42272.8616.6749.41
Hex806993D1D02A1111131
Octal20015122315350524212161
Binary10000000110100110010011110111101010101010001000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806993; }

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

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

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

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

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

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

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

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